Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Feb 14, 2015
1 parent 324e64d commit 2c76294
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions includes/CMB2_hookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ public function admin_hooks() {
$this->once( 'admin_head', array( $this, 'add_post_enctype' ) );
}

}
elseif ( 'user' == $type ) {
} elseif ( 'user' == $type ) {

$priority = $this->cmb->prop( 'priority' );

Expand Down Expand Up @@ -324,7 +323,7 @@ public function save_post( $post_id, $post = false ) {
/**
* Save data from metabox
*/
public function save_user( $user_id ) {
public function save_user( $user_id ) {
// check permissions
if (
// check nonce
Expand Down

0 comments on commit 2c76294

Please sign in to comment.