Changeset 4210 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 09/22/2006 10:24:50 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4206 r4210 1964 1964 } 1965 1965 1966 function user_can_richedit() {1967 if ( 'true' != get_user_option('rich_editing') )1968 return false;1969 1970 if ( preg_match('!opera[ /][2-8]|konqueror|safari!i', $_SERVER['HTTP_USER_AGENT']) )1971 return false;1972 1973 return true; // Best guess1974 }1975 1976 1966 function the_attachment_links($id = false) { 1977 1967 $id = (int) $id;
Note: See TracChangeset
for help on using the changeset viewer.