Skip to:
Content

bbPress.org

Ticket #2847: 2847.01.patch

File 2847.01.patch, 500 bytes (added by johnjamesjacoby, 11 years ago)
  • src/includes/admin/admin.php

     
    634634         */
    635635        public function register_admin_style () {
    636636
     637                // Color schemes are not available when running out of src
     638                if ( false !== strpos( $GLOBALS['wp_version'], '-src' ) ) {
     639                        return;
     640                }
     641
    637642                // RTL and/or minified
    638643                $suffix  = is_rtl() ? '-rtl' : '';
    639644                $suffix .= defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';