mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
contextual_help_link filter. Pass page hook instead of pagenow to screen_meta(). fixes #8216
git-svn-id: https://develop.svn.wordpress.org/trunk@9702 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -91,7 +91,7 @@ if ( function_exists('mb_strlen') ) {
|
||||
<?php
|
||||
do_action('admin_notices');
|
||||
|
||||
screen_meta($pagenow, $hook_suffix);
|
||||
screen_meta($hook_suffix);
|
||||
unset($hook_suffix);
|
||||
|
||||
if ( $parent_file == 'options-general.php' ) {
|
||||
|
||||
Reference in New Issue
Block a user