Created
January 9, 2013 21:45
-
-
Save kyuumeitai/4497253 to your computer and use it in GitHub Desktop.
It prints a parameter with the modification date on it. Useful for pushing updates when the style changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?'.filemtime(get_stylesheet_directory().'/style.css'); ?>" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment