Changeset 4640 for branches/2.0/wp-admin/admin-functions.php
- Timestamp:
- 12/10/2006 10:26:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-functions.php
r4384 r4640 1122 1122 1123 1123 function the_quicktags() { 1124 // Browser detection sucks, but until Safari supports the JS needed for this to work people just assume it's a bug in WP1125 if (!strstr($_SERVER['HTTP_USER_AGENT'], 'Safari'))1126 1124 echo ' 1127 1125 <div id="quicktags"> … … 1130 1128 </div> 1131 1129 '; 1132 e lse echo '1130 echo ' 1133 1131 <script type="text/javascript"> 1134 1132 function edInsertContent(myField, myValue) {
Note: See TracChangeset
for help on using the changeset viewer.