Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #20836, comment 6


Ignore:
Timestamp:
01/14/2013 10:12:34 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20836, comment 6

    v2 v3  
    22
    33  1. load-styles.php doesn't require() any plugins or themes; it only loads wp-includes/script-loader.php
     4  2. The script-loader.php file doesn't have any wp_add_inline_style() calls
    45
    56From 1. we can deduce:
    67
    7   2. Plugins and themes can't use concatenated stylesheets.
     8  3. Plugins and themes can't use concatenated stylesheets.
    89
    910Conclusion: