function _remove_script_version( $src ){ $parts = explode( '?', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
Posted by Eli K Breen on Jul 14, 2013 in Calgary | 0 comments
The yearly pilgrimage to Calgary for Stampede. This year’s flooding lead to some pretty exceptional sights, not the least of which were the vehicles hauled out from the underground parking at a friend’s condo.
You must be logged in to post a comment.