Opened 10 years ago
Closed 9 years ago
#31672 closed enhancement (fixed)
Filter for get_editor_stylesheets()
Reported by: | danielbachhuber | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
I'd like to be able to pre-process registered editor stylesheets to append filemtime for automatic cache busting. Yes, I can muck with the global but this is the most exact way to do it.
Related #30187
Attachments (4)
Change History (12)
#3
@
10 years ago
Thanks for the quick response! One thing to note is that filter docs are typically in the "Filter X for X" syntax. Maybe something like "Filter the array of stylesheets applied to the editor.", or similar would be more applicable in this situation?
#4
@
9 years ago
- Milestone changed from Future Release to 4.3
- Owner set to DrewAPicture
- Status changed from new to assigned
#5
@
9 years ago
The hook docs look OK, other than needing to update the @since
version to 4.3.0, @mikehandsenme.
#6
@
9 years ago
31672.4.diff is updated to show @since 4.3.0
#7
@
9 years ago
- Keywords commit added
- Owner changed from DrewAPicture to wonderboymusic
Hook docs in 31672.4.diff look good.
Note: See
TracTickets for help on using
tickets.
Needs a filter docblock.