Thwart the browser cache by versioning tinyMCE. Props to that Andy guy. fixes #2658

git-svn-id: http://svn.automattic.com/wordpress/trunk@3703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2006-04-13 02:57:25 +00:00
parent 6f0e341ce4
commit 22922b00bc
4 changed files with 59 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ initArray = {
content_css : "<?php echo $mce_css; ?>",
valid_elements : "<?php echo $valid_elements; ?>",
save_callback : 'TinyMCE_wordpressPlugin.saveCallback',
imp_version : "<?php echo intval($_GET['ver']); ?>",
<?php do_action('mce_options'); ?>
plugins : "<?php echo $plugins; ?>"
};