Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34882, comment 6


Ignore:
Timestamp:
06/07/2016 05:30:18 PM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34882, comment 6

    initial v1  
    1 @webmandesign, I'm not sure if adding another filter there is the best solution. The "patch" proposed by @ungestaltbar in the ticket description looks pretty good too. Seems we should be letting themes register editor stylesheet on the front-end too.
     1@webmandesign, I'm not sure if adding another filter there is the best solution. The "patch" proposed by @ungestaltbar in the ticket description looks pretty good too. Seems we should be letting themes register editor stylesheet on the front-end.
    22
    33The next step would be to find out why `is_admin()` was added there. Is it a simple optimization (less code to run on every front-end page load) or there was another reason too.