mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01: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
|
||||
include('admin-footer.php');
|
||||
break;
|
||||
} // end switch
|
||||
|
||||
include('admin-footer.php');
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user