From c29e63fdf7fda2c79bd7877224d637eb8e74bcfb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 11 Mar 2015 00:48:56 +0000 Subject: [PATCH] Restore `` tag on Posts and Pages screens after [31696]. fixes #31349. git-svn-id: https://develop.svn.wordpress.org/trunk@31709 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/edit.php b/src/wp-admin/edit.php index 5293106408..10b4e46831 100644 --- a/src/wp-admin/edit.php +++ b/src/wp-admin/edit.php @@ -165,6 +165,8 @@ $wp_list_table->prepare_items(); wp_enqueue_script('inline-edit-post'); wp_enqueue_script('heartbeat'); +$title = $post_type_object->labels->name; + if ( 'post' == $post_type ) { get_current_screen()->add_help_tab( array( 'id' => 'overview',