Remove debug cruft. see [15662].

git-svn-id: http://svn.automattic.com/wordpress/trunk@15663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-09-26 09:19:17 +00:00
parent ffacf3e36b
commit 28ad1d7dc1
1 changed files with 0 additions and 7 deletions

View File

@ -161,12 +161,8 @@ echo implode(' ', $links);
<?php
unset($title_class, $blog_name);
var_dump( $title );
require(ABSPATH . 'wp-admin/menu-header.php');
var_dump( $title );
$current_screen->parent_file = $parent_file;
$current_screen->parent_base = preg_replace('/\?.*$/', '', $parent_file);
$current_screen->parent_base = str_replace('.php', '', $current_screen->parent_base);
@ -174,11 +170,8 @@ $current_screen->parent_base = str_replace('.php', '', $current_screen->parent_b
<div id="wpbody-content">
<?php
var_dump( $title );
screen_meta($current_screen);
var_dump( $title );
if ( is_multisite() ) {
if ( is_network_admin() )
do_action('network_admin_notices');