First pass on network.php improvements. see #12094

git-svn-id: https://develop.svn.wordpress.org/trunk@13571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-03 07:43:32 +00:00
parent 087a27bc52
commit 2080b68e12
4 changed files with 211 additions and 237 deletions

View File

@@ -35,7 +35,6 @@ if ( isset( $_GET['dt'] ) ) {
* @param string $msg Error Message. Assumed to contain HTML and be sanitized.
*/
function comment_footer_die( $msg ) {
global $hook_suffix;
echo "<div class='wrap'><p>$msg</p></div>";
include('admin-footer.php');
die;