Changeset 25124
- Timestamp:
- 08/26/2013 06:17:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r25103 r25124 81 81 $admin_body_class .= ' rtl'; 82 82 83 if ( $current_screen->post_type ) 84 $admin_body_class .= ' post-type-' . $current_screen->post_type; 85 86 if ( $current_screen->taxonomy ) 87 $admin_body_class .= ' taxonomy-' . $current_screen->taxonomy; 88 83 89 $admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', floatval( $wp_version ) ); 84 90 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) );
Note: See TracChangeset
for help on using the changeset viewer.