[wp-trac] [WordPress Trac] #31854: add_editor_style() doesn't work with stylesheets with commas in URL

WordPress Trac noreply at wordpress.org
Thu Apr 2 21:53:36 UTC 2015


#31854: add_editor_style() doesn't work with stylesheets with commas in URL
-----------------------------+----------------------
 Reporter:  danielbachhuber  |       Owner:
     Type:  defect (bug)     |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Editor           |     Version:
 Severity:  normal           |  Resolution:  wontfix
 Keywords:                   |     Focuses:
-----------------------------+----------------------
Changes (by danielbachhuber):

 * keywords:  dev-feedback =>
 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  Awaiting Review =>


Comment:

 Encoding the commas works :)

 {{{
 add_editor_style(
 'https://fonts.googleapis.com/css?family=Roboto+Condensed:700%2C400%2C300|Roboto:300%2C400%2C700|Roboto+Slab:300%2C700'
 );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31854#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list