Changeset 2235054
- Timestamp:
- 01/29/2020 08:34:08 AM (6 years ago)
- Location:
- remove-wp-version-number
- Files:
-
- 3 added
- 2 edited
-
tags/1.4 (added)
-
tags/1.4/readme.txt (added)
-
tags/1.4/remove-wordpress-version-number-itc.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/remove-wordpress-version-number-itc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-wp-version-number/trunk/readme.txt
r2198085 r2235054 5 5 Requires at least: 3.5 6 6 Tested up to: 5.3 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
remove-wp-version-number/trunk/remove-wordpress-version-number-itc.php
r2198084 r2235054 4 4 Plugin URI: https://www.inthiscode.com/ 5 5 Description: Remove wordpress version number from your website to leave behind any footprint. No one would able to track which wordpress version you are using. 6 Version: 1. 36 Version: 1.4 7 7 Author: InThisCode 8 8 Author URI: http://www.inthiscode.com/ … … 76 76 function rwvn_itc_remove_wp_ver_css_js( $rwvn_itc_src ) { 77 77 global $wp_version; 78 if ( strpos( $rwvn_itc_src, ' ver='.$wp_version) )78 if ( strpos( $rwvn_itc_src, '?ver=' ) ) 79 79 $rwvn_itc_src = remove_query_arg( 'ver', $rwvn_itc_src ); 80 80 return $rwvn_itc_src;
Note: See TracChangeset
for help on using the changeset viewer.