Changeset 5700 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r5429 r5700 49 49 $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css); 50 50 } 51 51 52 52 $mce_locale = ( '' == get_locale() ) ? 'en' : strtolower(get_locale()); 53 53 ?>
Note: See TracChangeset
for help on using the changeset viewer.