From cc560f38772439db9d0d14d4f7809a5f2d886d56 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@14843 602fd350-edb4-49c9-b593-d223f7449a82 --- 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="" />
+