[wp-trac] [WordPress Trac] #3817: missing
cache_javascript_headers() in tiny_mce_config.php
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 20 01:12:18 GMT 2007
#3817: missing cache_javascript_headers() in tiny_mce_config.php
----------------------------+-----------------------------------------------
Reporter: juergen | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.3
Component: Administration | Version: 2.2
Severity: minor | Keywords:
----------------------------+-----------------------------------------------
{{{
$ svk diff //wordpress/trunk/wp-includes/js/tinymce/tiny_mce_config.php
wp-includes/js/tinymce/tiny_mce_config.php
=== tiny_mce_config.php
==================================================================
--- tiny_mce_config.php (/wordpress/trunk/wp-
includes/js/tinymce/tiny_mce_config.php) (revision 6581)
+++ tiny_mce_config.php (/wordpress/local/wp-
includes/js/tinymce/tiny_mce_config.php) (local)
@@ -1,5 +1,6 @@
<?php
@ require('../../../wp-config.php');
+ cache_javascript_headers();
function wp_translate_tinymce_lang($text) {
if ( ! function_exists('__') ) {
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3817>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list