mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-17 09:26:11 +02:00
Don't allow hiding of save box
git-svn-id: http://svn.automattic.com/wordpress/trunk@9704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
072293c36b
commit
12a505e7cb
@ -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 '<label for="' . $box_id . '-hide">';
|
||||
|
Loading…
Reference in New Issue
Block a user