Changeset 1906628
- Timestamp:
- 07/09/2018 08:05:48 PM (8 years ago)
- Location:
- query-strings-remover
- Files:
-
- 2 edited
-
tags/1.0/query-strings-remover.php (modified) (1 diff)
-
trunk/query-strings-remover.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
query-strings-remover/tags/1.0/query-strings-remover.php
r1905592 r1906628 9 9 */ 10 10 11 // Source: https://wordpress.org/plugins/remove-query-strings-from-static-resources/ 12 11 13 function qsr_remove_script_version( $src ){ 12 14 $parts = explode( '?ver', $src ); -
query-strings-remover/trunk/query-strings-remover.php
r1905590 r1906628 9 9 */ 10 10 11 // Source: https://wordpress.org/plugins/remove-query-strings-from-static-resources/ 12 11 13 function qsr_remove_script_version( $src ){ 12 14 $parts = explode( '?ver', $src );
Note: See TracChangeset
for help on using the changeset viewer.