Changeset 13132 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/14/2010 02:27:19 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13113 r13132 1147 1147 } 1148 1148 1149 if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false || str pos(strtolower($_SERVER['HTTP_USER_AGENT']), 'camino') !== false || strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'safari') !== false)1149 if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false || stripos($_SERVER['HTTP_USER_AGENT'], 'camino') !== false || stripos($_SERVER['HTTP_USER_AGENT'], 'safari') !== false) 1150 1150 $ak_title_separator = "\n"; 1151 1151 else
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)