mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
phpcs fixes
issues introduced in this PR
This commit is contained in:
parent
a53b074314
commit
f7a253027c
3 changed files with 14 additions and 14 deletions
|
@ -202,7 +202,7 @@ function add_meta_boxes() {
|
|||
* @param array $box
|
||||
*/
|
||||
function render_meta_boxes( $pledge, $box ) {
|
||||
$readonly = ! current_user_can( 'edit_page', $pledge->ID );
|
||||
$readonly = ! current_user_can( 'edit_page', $pledge->ID );
|
||||
$is_manage = true;
|
||||
|
||||
$data = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue