Changeset 3709 for trunk/wp-includes/functions-post.php
- Timestamp:
- 04/17/2006 11:27:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r3703 r3709 1034 1034 */ 1035 1035 function tinymce_include() { 1036 $src1 = get_settings('siteurl') . '/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=04122006'; 1037 $src2 = get_settings('siteurl') . '/wp-includes/js/tinymce/tiny_mce_config.php?ver=04122006'; 1036 $ver = '04162006'; 1037 $src1 = get_settings('siteurl') . "/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=$ver"; 1038 $src2 = get_settings('siteurl') . "/wp-includes/js/tinymce/tiny_mce_config.php?ver=$ver"; 1038 1039 1039 1040 echo "<script type='text/javascript' src='$src1'></script>\n";
Note: See TracChangeset
for help on using the changeset viewer.