Opened 11 years ago
Closed 11 years ago
#31854 closed defect (bug) (wontfix)
add_editor_style() doesn't work with stylesheets with commas in URL
| Reported by: | danielbachhuber | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
add_editor_style( 'https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300|Roboto:300,400,700|Roboto+Slab:300,700' );
Because mce_css comma-separates the stylesheets. It looks like this came up in #24653, but not clear how it was addressed.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Encoding the commas works :)