Changeset 5903
- Timestamp:
- 08/10/2015 02:00:57 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/admin.php
r5885 r5903 633 633 * @uses wp_admin_css_color() To register the color scheme 634 634 */ 635 public function register_admin_style () { 635 public function register_admin_style() { 636 637 // Color schemes are not available when running out of src 638 if ( false !== strpos( $GLOBALS['wp_version'], '-src' ) ) { 639 return; 640 } 636 641 637 642 // RTL and/or minified
Note: See TracChangeset
for help on using the changeset viewer.