contextual.post_update.php 312 B

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