From 85740b35de998b8b06d21a78d2e433db0d62abba Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 24 May 2010 17:17:24 +0000 Subject: [PATCH] Don't show view switcher for hierarhical post types. They don't support it yet. git-svn-id: http://svn.automattic.com/wordpress/trunk@14843 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index da94ace60a..252b9065bd 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -362,13 +362,18 @@ if ( $is_trash && current_user_can($post_type_object->cap->edit_others_posts) ) ); echo $page_links_text; ?> - +hierarchical ) { +?>
id="view-switch-list" src="" width="20" height="20" title="" alt="" /> id="view-switch-excerpt" src="" width="20" height="20" title="" alt="" />
+