diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 798832c6f7..08ba123792 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3641,7 +3641,7 @@ function screen_meta($screen) { $default_help .= __('Support Forums'); $contextual_help .= apply_filters('default_contextual_help', $default_help); $contextual_help .= "\n"; - echo apply_filters('contextual_help', $contextual_help, $screen); + echo apply_filters('contextual_help', $contextual_help, $screen->id, $screen); ?>