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:
ryan 2009-12-08 01:11:02 +00:00
parent d3c9fbd0c8
commit eae8a055c6
1 changed files with 1 additions and 1 deletions

View File

@ -136,8 +136,8 @@ endforeach;
<?php
include('admin-footer.php');
break;
} // end switch
include('admin-footer.php');
?>