[wp-trac] Re: [WordPress Trac] #10243: 2.8 won't read courier font
in Theme
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 23 20:58:58 GMT 2009
#10243: 2.8 won't read courier font in Theme
--------------------------+-------------------------------------------------
Reporter: kingtone | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 2.8
Severity: normal | Resolution: invalid
Keywords: font |
--------------------------+-------------------------------------------------
Comment(by demetris):
Denis, the theme adds its CSS like this:
{{{
$basefontfamily =
wp_specialchars(stripslashes(get_option('blogtxt_basefontfamily')));
}}}
Removing wp_specialchars fixes the issue.
Is it expected for wp_specialchars to break things like this in v2.8?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10243#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list