Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30797, comment 5


Ignore:
Timestamp:
12/20/2014 11:23:05 PM (9 years ago)
Author:
greenshady
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30797, comment 5

    initial v1  
    1010> The second reason is that it does not work when you want to include a second stylesheet after the main stylesheet like this:
    1111
    12 Loading a second stylesheet works perfectly fine.  I do it all the time.  The code you posted works for loading all three stylesheets.  You can mix them up, load them in whatever order, define dependencies, or just do it however you want.
     12Loading a second stylesheet works perfectly fine.  I do it all the time.  You can mix them up, load them in whatever order, define dependencies, or just do it however you want.
    1313
    1414> Do you know of any plugins hooking into `stylesheet_uri`?