Ticket #3817 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

missing cache_javascript_headers() in tiny_mce_config.php

Reported by: juergen Assigned to: andy
Priority: low Milestone: 2.1.2
Component: Administration Version: 2.2
Severity: minor Keywords: commit
Cc: rob1n

Description

$ 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('__') ) {

Attachments

3817.diff (424 bytes) - added by rob1n on 02/20/07 05:50:22.
proper patch file

Change History

02/20/07 05:06:49 changed by foolswisdom

  • owner changed from anonymous to andy.

02/20/07 05:50:22 changed by rob1n

  • attachment 3817.diff added.

proper patch file

02/20/07 05:50:40 changed by rob1n

  • keywords set to dev-feedback has-patch.

02/20/07 06:24:38 changed by rob1n

  • cc set to rob1n.

02/20/07 21:00:01 changed by andy

  • keywords changed from dev-feedback has-patch to commit.

Looks fine.

02/20/07 22:27:09 changed by foolswisdom

  • milestone changed from 2.3 to 2.2.

02/23/07 00:45:16 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4918]) cache js headers for tinymce config. Props juergen and rob1n. fixes #3817

02/23/07 00:45:23 changed by ryan

(In [4919]) cache js headers for tinymce config. Props juergen and rob1n. fixes #3817

02/23/07 00:45:39 changed by ryan

  • milestone changed from 2.2 to 2.1.2.