Version 1
[yaffs-website] / web / core / modules / editor / editor.post_update.php
1 <?php
2
3 /**
4  * @file
5  * Post update functions for Editor.
6  */
7
8 /**
9  * Clear the render cache to fix file references added by Editor.
10  */
11 function editor_post_update_clear_cache_for_file_reference_filter() {
12 }