Be back compat with the contextual_help filter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b18ac8fcdb
commit
27a67938ee
|
@ -3641,7 +3641,7 @@ function screen_meta($screen) {
|
||||||
$default_help .= __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>');
|
$default_help .= __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>');
|
||||||
$contextual_help .= apply_filters('default_contextual_help', $default_help);
|
$contextual_help .= apply_filters('default_contextual_help', $default_help);
|
||||||
$contextual_help .= "</div>\n";
|
$contextual_help .= "</div>\n";
|
||||||
echo apply_filters('contextual_help', $contextual_help, $screen);
|
echo apply_filters('contextual_help', $contextual_help, $screen->id, $screen);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue