Version 1
[yaffs-website] / web / core / modules / editor / editor.post_update.php
diff --git a/web/core/modules/editor/editor.post_update.php b/web/core/modules/editor/editor.post_update.php
new file mode 100644 (file)
index 0000000..8483900
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @file
+ * Post update functions for Editor.
+ */
+
+/**
+ * Clear the render cache to fix file references added by Editor.
+ */
+function editor_post_update_clear_cache_for_file_reference_filter() {
+}