cache js headers for tinymce config. Props juergen and rob1n. fixes #3817
git-svn-id: https://develop.svn.wordpress.org/trunk@4919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5fbcbf7f70
commit
2902335630
|
@ -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