Changeset 38459 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 08/31/2016 05:48:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38443 r38459 3345 3345 * 3346 3346 * @since 3.0.0 3347 *3348 * @global string $wp_version3349 3347 */ 3350 3348 function register_admin_color_schemes() { … … 3359 3357 3360 3358 // Other color schemes are not available when running out of src 3361 if ( false !== strpos( $GLOBALS['wp_version'], '-src' ) )3359 if ( false !== strpos( get_bloginfo( 'version' ), '-src' ) ) { 3362 3360 return; 3361 } 3363 3362 3364 3363 wp_admin_css_color( 'light', _x( 'Light', 'admin color scheme' ),
Note: See TracChangeset
for help on using the changeset viewer.