Changeset 2153208
- Timestamp:
- 09/09/2019 12:09:57 AM (7 years ago)
- Location:
- lcmd-tracking-codes/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
includes/functions.php (modified) (2 diffs)
-
lcmd-tracking-codes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lcmd-tracking-codes/trunk/README.md
r2153206 r2153208 5 5 * Tested up to: 5.2.2 6 6 * Requires PHP: 7.0 7 * Stable tag: 1.1. 77 * Stable tag: 1.1.8 8 8 * License: AGPL-3.0 9 9 * License URI: https://www.gnu.org/licenses/agpl-3.0.en.html -
lcmd-tracking-codes/trunk/README.txt
r2153206 r2153208 5 5 Tested up to: 5.2.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 License: AGPL-3.0 9 9 License URI: https://www.gnu.org/licenses/agpl-3.0.en.html -
lcmd-tracking-codes/trunk/includes/functions.php
r2153206 r2153208 33 33 return true; 34 34 } 35 if ( preg_match('/^[\w_] $/i', $gv_code) ) {35 if ( preg_match('/^[\w_]+$/i', $gv_code) ) { 36 36 return true; 37 37 } else { … … 57 57 return true; 58 58 } 59 if ( preg_match('/^ \w$/i', $ms_bc) ) {59 if ( preg_match('/^[\w]+$/i', $ms_bc) ) { 60 60 return true; 61 61 } else { -
lcmd-tracking-codes/trunk/lcmd-tracking-codes.php
r2153206 r2153208 3 3 * Plugin Name: LC Tracking Codes 4 4 * Description: LC Tracking Codes make easier put tracking codes in your site. 5 * Version: 1.1. 75 * Version: 1.1.8 6 6 * Author: Luciano Closs 7 7 * Author URI: https://lucianocloss.com
Note: See TracChangeset
for help on using the changeset viewer.