phpcs fixes

issues introduced in this PR
This commit is contained in:
Kelly Dwan 2019-11-14 14:08:15 -05:00
parent a53b074314
commit f7a253027c
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 14 additions and 14 deletions

View file

@ -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();