Ticket #17496: 17496.diff
| File 17496.diff, 669 bytes (added by andy, 2 years ago) |
|---|
-
wp-admin/admin-header.php
85 85 if ( is_admin_bar_showing() ) 86 86 $admin_body_class .= ' admin-bar'; 87 87 88 $admin_body_class .= ' branch-' . str_replace( '.', '-', floatval( $wp_version ) ); 89 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) ); 90 $admin_body_class .= ' admin-color-' . get_user_option( 'admin_color', $user_id ); 91 88 92 if ( $is_iphone ) { ?> 89 93 <style type="text/css">.row-actions{visibility:visible;}</style> 90 94 <?php } ?>
