From 41ed843027c797c39076079b28672ce66877cdfc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 15 Apr 2010 16:09:56 +0000 Subject: [PATCH] Be back compat with the contextual_help filter. git-svn-id: https://develop.svn.wordpress.org/trunk@14091 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?>