mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist
git-svn-id: https://develop.svn.wordpress.org/trunk@11589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -92,8 +92,7 @@ function &get_manifest() {
|
||||
|
||||
if ( @is_file('../wp-includes/js/tinymce/tiny_mce.js') ) :
|
||||
$mce = array(
|
||||
array('../wp-includes/js/tinymce/wp-tinymce.php', 'c=1&' . $mce_ver, true),
|
||||
array('../wp-includes/js/tinymce/wp-tinymce.php', 'c=0&' . $mce_ver, true),
|
||||
array('../wp-includes/js/tinymce/wp-tinymce.php', $mce_ver, true),
|
||||
|
||||
array('../wp-includes/js/tinymce/tiny_mce.js', $mce_ver, true),
|
||||
array('../wp-includes/js/tinymce/langs/wp-langs-en.js', $mce_ver, true),
|
||||
|
||||
Reference in New Issue
Block a user