Mercurial > hg > isophonics-drupal-site
view core/modules/contextual/contextual.post_update.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
line wrap: on
line source
<?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. }