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: https://develop.svn.wordpress.org/trunk@12337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-12-08 01:11:02 +00:00
parent bd86766a72
commit 90521c0880
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');
?>