Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
14
web/core/modules/contextual/contextual.post_update.php
Normal file
14
web/core/modules/contextual/contextual.post_update.php
Normal file
|
@ -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.
|
||||
}
|
Reference in a new issue