editor.post_update.php 208 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Post update functions for Editor.
  5. */
  6. /**
  7. * Clear the render cache to fix file references added by Editor.
  8. */
  9. function editor_post_update_clear_cache_for_file_reference_filter() {
  10. }