Changeset 47745 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 05/02/2020 08:59:31 PM (5 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.