Changeset 5781
- Timestamp:
- 07/05/07 20:12:07 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/general-template.php
r5714 r5781 814 814 if ( get_user_option( 'rich_editing' ) == 'true' && 815 815 ( ( preg_match( '!AppleWebKit/(\d+)!', $_SERVER['HTTP_USER_AGENT'], $match ) && intval($match[1]) >= 420 ) || 816 !preg_match( '!opera[ /][2-8]|konqueror|safari!i', $_SERVER['HTTP_USER_AGENT'] ) ) ) { 816 !preg_match( '!opera[ /][2-8]|konqueror|safari!i', $_SERVER['HTTP_USER_AGENT'] ) ) 817 && 'comment.php' != $pagenow ) { 817 818 $wp_rich_edit = true; 818 819 } else {
