From 6c81ba3cabee2034e6fad2fbd572adf736faac26 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 17 Apr 2006 23:27:18 +0000 Subject: [PATCH] We like big inputs. fixes #2662 git-svn-id: https://develop.svn.wordpress.org/trunk@3709 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions-post.php | 5 +++-- wp-includes/js/tinymce/themes/advanced/image.htm | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) 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 - + - + - + - +