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:
Ryan Boren
2008-11-14 23:54:15 +00:00
parent 2acf13eb85
commit 8a4a704212
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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' ) {