[wp-meta] [Making WordPress.org] #1008: Fonts Plugin: Unable to add Secure URL for Google Fonts under Appearance > Fonts
Making WordPress.org
noreply at wordpress.org
Thu Apr 30 15:28:03 UTC 2015
#1008: Fonts Plugin: Unable to add Secure URL for Google Fonts under Appearance >
Fonts
--------------------------+--------------------------
Reporter: andywashere | Owner:
Type: defect | Status: new
Priority: high | Component: wordcamp.org
Resolution: | Keywords:
--------------------------+--------------------------
Comment (by andywashere):
It looks to be the `esc_url_raw` on line 123 of wc-fonts.php that is
forcing http:
https://meta.trac.wordpress.org/browser/sites/trunk/wordcamp.org/public_html
/wp-content/plugins/wc-fonts/wc-fonts.php#L123
The line should probably be changed to:
`if ( $matches ) $url = esc_url_raw( 'https://' . $matches[0] );`
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1008#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list