diff --git a/wp-includes/functions-post.php b/wp-includes/functions-post.php index f714058964..7ffc908196 100644 --- a/wp-includes/functions-post.php +++ b/wp-includes/functions-post.php @@ -1033,8 +1033,9 @@ function do_all_pings() { * Places two script links in : one to get tinyMCE (big), one to configure and start it (small) */ function tinymce_include() { - $src1 = get_settings('siteurl') . '/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=04122006'; - $src2 = get_settings('siteurl') . '/wp-includes/js/tinymce/tiny_mce_config.php?ver=04122006'; + $ver = '04162006'; + $src1 = get_settings('siteurl') . "/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=$ver"; + $src2 = get_settings('siteurl') . "/wp-includes/js/tinymce/tiny_mce_config.php?ver=$ver"; echo "\n"; echo "\n"; diff --git a/wp-includes/js/tinymce/themes/advanced/image.htm b/wp-includes/js/tinymce/themes/advanced/image.htm index 185b67acb2..4826a8debd 100644 --- a/wp-includes/js/tinymce/themes/advanced/image.htm +++ b/wp-includes/js/tinymce/themes/advanced/image.htm @@ -66,21 +66,21 @@ - + x - + - + - + - +