[wp-trac] [WordPress Trac] #62265: wp-admin honors style-sheet <=> 'SCRIPT_DEBUG' is true.

WordPress Trac noreply at wordpress.org
Mon Oct 21 20:20:39 UTC 2024


#62265: wp-admin honors style-sheet <=> 'SCRIPT_DEBUG' is true.
---------------------------+------------------------------
 Reporter:  cjm51213       |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Script Loader  |     Version:  6.6.2
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:
---------------------------+------------------------------

Comment (by cjm51213):

 I have subsequently learned that independently of SCRIPT_DEBUG setting,
 define('CONCATENATE_SCRIPTS', false ); will also prevent this problem.

 To summarize: "C" is CONCATENATE_SCRIPTS; "S" is SCRIPT_DEBUG

  C | S |
  T   T : Works
  T   F : Fails
  F   T : Works
  F   F : Works

 If CONCATENATE_SCRIPTS is true, then nothing else has any effect. If
 CONCATENATE_SCRIPTS is false, then SCRIPT_DEBUG is controlling.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62265#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list