Remove debug cruft in [15844].

git-svn-id: https://develop.svn.wordpress.org/trunk@15845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-19 07:59:26 +00:00
parent 22ba9295bf
commit 19f0fffed4
1 changed files with 0 additions and 1 deletions

View File

@ -1897,7 +1897,6 @@ function screen_options($screen) {
function screen_icon($screen = '') {
global $current_screen, $typenow;
var_dump( $current_screen );
if ( empty($screen) )
$screen = $current_screen;
elseif ( is_string($screen) )