mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Include admin-footer in options.php only for the default case. Avoids warning about hook_suffix not being set when POSTing to options.php. see #10131
git-svn-id: http://svn.automattic.com/wordpress/trunk@12337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d3c9fbd0c8
commit
eae8a055c6
@ -136,8 +136,8 @@ endforeach;
|
|||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
include('admin-footer.php');
|
||||||
break;
|
break;
|
||||||
} // end switch
|
} // end switch
|
||||||
|
|
||||||
include('admin-footer.php');
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user