Changeset 2216409
- Timestamp:
- 12/21/2019 09:13:13 PM (6 years ago)
- Location:
- wp-website-creator/trunk
- Files:
-
- 2 edited
-
includes/wpwc_other_functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-website-creator/trunk/includes/wpwc_other_functions.php
r2216210 r2216409 1389 1389 { 1390 1390 $toreplace = str_replace('wpwc_','',$key); 1391 if(substr($toreplace,0,16)=='website_account_') 1392 { 1393 $toreplace = str_replace('website_account_','',$toreplace); 1394 } 1395 $toreplace = '#'.$toreplace.'#'; 1391 if($toreplace =='website_account_login_domain' or $toreplace == 'website_account_username' or $toreplace == 'website_account_password') 1392 { 1393 $toreplace = str_replace('website_','',$toreplace); 1394 } 1396 1395 1397 1396 $replacestring = $val[0]; -
wp-website-creator/trunk/readme.txt
r2216210 r2216409 5 5 Requires at least: 4.0 6 6 Tested up to: 5.3 7 Stable tag: 3. 0.387 Stable tag: 3.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.