diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 32c6fa3c3..01d5e9410 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -154,6 +154,7 @@ if ( $post_type_object->hierarchical ) else $num_pages = $wp_query->max_num_pages; +$title = $post_type_object->labels->name; require_once('./admin-header.php'); if ( empty($_GET['mode']) ) @@ -163,7 +164,7 @@ else
-

labels->edit_item ); ?> labels->add_new); ?> labels->name ); ?> labels->add_new); ?> ' . __('Search results for “%s”') . '', get_search_query() ); ?>