From ac4b2040a784b75a1c750f5e0e6d71a2c55161ab Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 15 Nov 2008 00:09:18 +0000 Subject: [PATCH] Don't allow hiding of save box git-svn-id: https://develop.svn.wordpress.org/trunk@9704 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 '