Changeset 4080 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 08/09/2006 07:39:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r3703 r4080 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'] ) { 47 $mce_css = str_replace('http://', 'https://', $mce_css); 48 $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css); 49 } 46 50 ?> 47 51 … … 70 74 remove_linebreaks : false, 71 75 fix_list_elements : true, 76 entities : "38,amp,60,lt,62,gt", 72 77 content_css : "<?php echo $mce_css; ?>", 73 78 valid_elements : "<?php echo $valid_elements; ?>",
Note: See TracChangeset
for help on using the changeset viewer.