media.post_update.php 212 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Post update functions for Media.
  5. */
  6. /**
  7. * Clear caches due to changes in local tasks and action links.
  8. */
  9. function media_post_update_collection_route() {
  10. // Empty post-update hook.
  11. }