Skip to content

Instantly share code, notes, and snippets.

@georgestephanis
Created June 1, 2012 22:37
Show Gist options
  • Save georgestephanis/2855529 to your computer and use it in GitHub Desktop.
Save georgestephanis/2855529 to your computer and use it in GitHub Desktop.
$wp_rich_edit = true;
if ( wp_is_mobile() ) {
if( preg_match( '!AppleWebKit/(\d+)!', $_SERVER['HTTP_USER_AGENT'], $match ) ){
$wp_rich_edit = ( intval( $match[1] ) >= 534 );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment