Changeset 16937 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/15/2010 10:39:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r16900 r16937 1539 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 $admin_body_class .= ' iframe'; 1541 1542 1542 1543 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset
for help on using the changeset viewer.