Changeset 16882
- Timestamp:
- 12/12/2010 06:40:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r16881 r16882 1537 1537 function iframe_header( $title = '', $limit_styles = false ) { 1538 1538 show_admin_bar( false ); 1539 global $hook_suffix, $current_screen, $ admin_body_class, $wp_locale;1539 global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale; 1540 1540 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 1541 1541
Note: See TracChangeset
for help on using the changeset viewer.