Changeset 1905589
- Timestamp:
- 07/07/2018 03:48:46 AM (8 years ago)
- Location:
- query-strings-remover
- Files:
-
- 1 edited
- 2 copied
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/query-strings-remover.php (copied) (copied from query-strings-remover/trunk/query-strings-remover.php) (2 diffs)
-
trunk/readme.txt (copied) (copied from query-strings-remover/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
query-strings-remover/tags/1.0/readme.txt
r1294169 r1905589 17 17 If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link. 18 18 19 Contact Author at http ://atulhost.com for more details.19 Contact Author at https://www.atulhost.com for more details. 20 20 21 21 == Installation == -
query-strings-remover/trunk/query-strings-remover.php
r1124113 r1905589 8 8 Author URI: http://atulhost.com 9 9 */ 10 10 11 function qsr_remove_script_version( $src ){ 11 12 $parts = explode( '?ver', $src ); … … 14 15 add_filter( 'script_loader_src', 'qsr_remove_script_version', 15, 1 ); 15 16 add_filter( 'style_loader_src', 'qsr_remove_script_version', 15, 1 ); 17 16 18 ?> -
query-strings-remover/trunk/readme.txt
r1124114 r1905589 3 3 Tags: query string remover, remove, query, strings, static, resources, pingdom, gtmetrix, yslow, pagespeed 4 4 Requires at least: 3.5 5 Tested up to: 4. 1.15 Tested up to: 4.9.7 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later … … 17 17 If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link. 18 18 19 Contact Author at http ://atulhost.com for more details.19 Contact Author at https://www.atulhost.com for more details. 20 20 21 21 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.