[wp-trac] [WordPress Trac] #12303: Mobile Safari Tweaks for TwentyTen
WordPress Trac
wp-trac at lists.automattic.com
Sat Feb 20 13:56:19 UTC 2010
#12303: Mobile Safari Tweaks for TwentyTen
-------------------------+--------------------------------------------------
Reporter: Simek | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Themes | Version: 3.0
Severity: normal | Keywords: has-patch tested
-------------------------+--------------------------------------------------
Comment(by nacin):
Not a bad idea, though we'll want to move that into functions.php and
probably hook into wp_head.
What I've generally seen is this, which has some forward thinking in mind:
{{{
if ( preg_match( '/Apple.*Mobile.*Safari/i', $_SERVER['HTTP_USER_AGENT'] )
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12303#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list