From c6fcc03bcf793485c71438f77092b2cdbf3ab8ca Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 7 Dec 2011 00:13:52 +0000 Subject: [PATCH] Contextual help: Remove dead overview code. Prepend old- to back compat ID. Props nacin. see #18785 git-svn-id: http://svn.automattic.com/wordpress/trunk@19563 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 168186eb23..a182b7453d 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -665,7 +665,7 @@ final class WP_Screen { if ( $old_help ) { $this->add_help_tab( array( - 'id' => 'contextual-help', + 'id' => 'old-contextual-help', 'title' => __('Overview'), 'content' => $old_help, ) ); @@ -793,8 +793,6 @@ final class WP_Screen {