Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / contextual / contextual.post_update.php
diff --git a/web/core/modules/contextual/contextual.post_update.php b/web/core/modules/contextual/contextual.post_update.php
new file mode 100644 (file)
index 0000000..8decad0
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @file
+ * Post update functions for Contextual Links.
+ */
+
+/**
+ * Ensure new page loads use the updated JS and get the updated markup.
+ */
+function contextual_post_update_fixed_endpoint_and_markup() {
+  // Empty update to trigger a change to css_js_query_string and invalidate
+  // cached markup.
+}