diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 4c180d279a..b948f14ca4 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -91,7 +91,7 @@ if ( function_exists('mb_strlen') ) { Writing Posts'); - $help['general-settings'] = __('General Settings'); + $help['options-general'] = __('General Settings'); + $help = apply_filters('contextual_help_link', $help, $screen); ?> \n"; - echo apply_filters('contextual_help', $contextual_help, $screen, $suffix); + echo apply_filters('contextual_help', $contextual_help, $screen); ?>