Changeset 2203252
- Timestamp:
- 11/29/2019 10:52:11 AM (6 years ago)
- Location:
- remove-all-question-marks/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
remove-all-question-marks-css-and-js.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-all-question-marks/trunk/readme.txt
r2106760 r2203252 10 10 Requires at least: 4.0 11 11 Tested up to: 5.2.1 12 Stable tag: 5. 212 Stable tag: 5.3 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 = 2.0 = 48 48 * Compatible with PHP 7.3 49 = 2.1 = 50 * -
remove-all-question-marks/trunk/remove-all-question-marks-css-and-js.php
r2102897 r2203252 4 4 Plugin URI: https://ariapad.com 5 5 description: remove all question marks css and js 6 Version: 2. 07 Author: shemsad amiri khorasani8 Author URI: http ://takpar.blog.ir/6 Version: 2.1 7 Author: Shemshad Amiri Khorasani 8 Author URI: https://ariapad.com/ 9 9 License: GPL2 10 10 */ … … 13 13 $parts = explode( '?ver', $src ); 14 14 return $parts[0]; 15 15 16 } 16 17 add_filter('script_loader_src','raqm_remove_script_version', 15, 1 );
Note: See TracChangeset
for help on using the changeset viewer.