Changeset 4812
- Timestamp:
- 01/26/2007 02:57:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r4747 r4812 44 44 $mce_css = get_option('siteurl') . '/wp-includes/js/tinymce/plugins/wordpress/wordpress.css'; 45 45 $mce_css = apply_filters('mce_css', $mce_css); 46 if ( $_SERVER['HTTPS'] ) {46 if ( $_SERVER['HTTPS'] == 'on' ) { 47 47 $mce_css = str_replace('http://', 'https://', $mce_css); 48 48 $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css);
Note: See TracChangeset
for help on using the changeset viewer.