#3817 closed defect (bug) (fixed)
missing cache_javascript_headers() in tiny_mce_config.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (9)
Note: See
TracTickets for help on using
tickets.
proper patch file