Changeset 10823 for trunk/wp-admin/admin-header.php
- Timestamp:
- 03/20/2009 12:14:57 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r10632 r10823 77 77 <?php } ?> 78 78 </head> 79 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', ''); ?>">79 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix) ); ?>"> 80 80 81 81 <div id="wpwrap">
Note: See TracChangeset
for help on using the changeset viewer.