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
1 <?php
2
3 /**
4  * @file
5  * Post update functions for Contextual Links.
6  */
7
8 /**
9  * Ensure new page loads use the updated JS and get the updated markup.
10  */
11 function contextual_post_update_fixed_endpoint_and_markup() {
12   // Empty update to trigger a change to css_js_query_string and invalidate
13   // cached markup.
14 }