Changeset 10868
- Timestamp:
- 04/04/2009 01:40:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r10832 r10868 58 58 do_action("admin_head-$hook_suffix"); 59 59 do_action('admin_head'); 60 61 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 60 62 ?> 61 63 … … 79 81 <?php } ?> 80 82 </head> 81 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix) ); ?>">83 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>"> 82 84 83 85 <div id="wpwrap">
Note: See TracChangeset
for help on using the changeset viewer.