Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Feb 28, 2022
1 parent 6b3c486 commit 6cc6c79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
{
"type": "vcs",
"url": "https://github.com/jeffreyvr/wp-lib-posts-to-posts"
},
{
"type": "vcs",
"url": "https://github.com/jeffreyvr/wp-scb-framework"
}
]
}
4 changes: 3 additions & 1 deletion vendor/scribu/scb-framework/AdminPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ public function __construct( $file = false, $options = null ) {
}

add_action( 'admin_menu', array( $this, 'page_init' ), $this->args['admin_action_priority'] );
add_filter( 'contextual_help', array( $this, '_contextual_help' ), 10, 2 );

// Commented out due to deprecated notice.
// add_filter( 'contextual_help', array( $this, '_contextual_help' ), 10, 2 );

if ( $file ) {
$this->file = $file;
Expand Down

0 comments on commit 6cc6c79

Please sign in to comment.