Changeset 47745
- Timestamp:
- 05/02/2020 08:59:31 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r47474 r47745 199 199 $admin_body_class .= ' is-dark-theme'; 200 200 } 201 } 202 203 // Print a CSS class to make PHP errors visible. 204 if ( error_get_last() && WP_DEBUG && WP_DEBUG_DISPLAY && ini_get( 'display_errors' ) ) { 205 $admin_body_class .= ' php-error'; 201 206 } 202 207 -
trunk/src/wp-admin/css/admin-menu.css
r46561 r47745 12 12 bottom: -120px; 13 13 z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ 14 } 15 16 .php-error #adminmenuback { 17 position: absolute; 18 } 19 20 .php-error #adminmenuback, 21 .php-error #adminmenuwrap { 22 margin-top: 2em; 14 23 } 15 24
Note: See TracChangeset
for help on using the changeset viewer.