From 27a67938eeeefea973254be24ff613a58b6594a2 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 15 Apr 2010 16:09:56 +0000 Subject: [PATCH] Be back compat with the contextual_help filter. git-svn-id: http://svn.automattic.com/wordpress/trunk@14091 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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); ?>