Changeset 18519 for trunk/wp-includes/general-template.php
- Timestamp:
- 08/07/2011 05:03:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r18498 r18519 1740 1740 ( ( preg_match( '!AppleWebKit/(\d+)!', $_SERVER['HTTP_USER_AGENT'], $match ) && intval($match[1]) >= 420 ) || 1741 1741 !preg_match( '!opera[ /][2-8]|konqueror|safari!i', $_SERVER['HTTP_USER_AGENT'] ) ) 1742 && 'comment.php' != $pagenow) {1742 ) { 1743 1743 $wp_rich_edit = true; 1744 1744 } else {
Note: See TracChangeset
for help on using the changeset viewer.