Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3817 closed defect (bug) (fixed)

missing cache_javascript_headers() in tiny_mce_config.php

Reported by: juergen's profile juergen Owned by: andy's profile andy
Milestone: 2.1.2 Priority: low
Severity: minor Version: 2.2
Component: Administration Keywords: commit
Focuses: Cc:

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 (1)

3817.diff (424 bytes) - added by rob1n 17 years ago.
proper patch file

Download all attachments as: .zip

Change History (9)

#1 @foolswisdom
17 years ago

  • Owner changed from anonymous to andy

@rob1n
17 years ago

proper patch file

#2 @rob1n
17 years ago

  • Keywords dev-feedback has-patch added

#3 @rob1n
17 years ago

  • Cc rob1n added

#4 @andy
17 years ago

  • Keywords commit added; dev-feedback has-patch removed

Looks fine.

#5 @foolswisdom
17 years ago

  • Milestone changed from 2.3 to 2.2

#6 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#7 @ryan
17 years ago

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

#8 @ryan
17 years ago

  • Milestone changed from 2.2 to 2.1.2
Note: See TracTickets for help on using tickets.