From 22b28c84414b41af3e3a36faa650a4a3727d3f0c Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@19563 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 {