Ticket #2847: 2847.01.patch
| File 2847.01.patch, 500 bytes (added by , 11 years ago) |
|---|
-
src/includes/admin/admin.php
634 634 */ 635 635 public function register_admin_style () { 636 636 637 // Color schemes are not available when running out of src 638 if ( false !== strpos( $GLOBALS['wp_version'], '-src' ) ) { 639 return; 640 } 641 637 642 // RTL and/or minified 638 643 $suffix = is_rtl() ? '-rtl' : ''; 639 644 $suffix .= defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';