mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 08:41:24 +01:00
Remove debug cruft in [15844].
git-svn-id: http://svn.automattic.com/wordpress/trunk@15845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c840f4676e
commit
af853d903a
@ -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) )
|
||||
|
Loading…
Reference in New Issue
Block a user