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:
parent
bd86766a72
commit
90521c0880
@ -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