cache js headers for tinymce config. Props juergen and rob1n. fixes #3817
git-svn-id: http://svn.automattic.com/wordpress/trunk@4919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e42106db80
commit
d379fb1b20
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
@ require('../../../wp-config.php');
|
@ require('../../../wp-config.php');
|
||||||
|
cache_javascript_headers();
|
||||||
|
|
||||||
function wp_translate_tinymce_lang($text) {
|
function wp_translate_tinymce_lang($text) {
|
||||||
if ( ! function_exists('__') ) {
|
if ( ! function_exists('__') ) {
|
||||||
|
|
Loading…
Reference in New Issue