From 12a505e7cb20bebb656ed3eb63e3917ecfd82c3a Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 15 Nov 2008 00:09:18 +0000 Subject: [PATCH] Don't allow hiding of save box git-svn-id: http://svn.automattic.com/wordpress/trunk@9704 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 0ad3f4fd71..2c3ba42c97 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2743,7 +2743,7 @@ function meta_box_prefs($page) { if ( false == $box || ! $box['title'] ) continue; // Submit box cannot be hidden - if ( 'submitdiv' == $box['id'] ) + if ( 'submitdiv' == $box['id'] || 'linksubmitdiv' == $box['id'] ) continue; $box_id = $box['id']; echo '