Changeset 957494
- Timestamp:
- 07/30/2014 04:28:44 PM (12 years ago)
- Location:
- vaultpress/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
vaultpress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vaultpress/trunk/readme.txt
r956890 r957494 4 4 Requires at least: 2.9.2 5 5 Tested up to: 3.9.1 6 Stable tag: 1.6. 26 Stable tag: 1.6.3 7 7 License: GPLv2 8 8 -
vaultpress/trunk/vaultpress.php
r952302 r957494 4 4 * Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0 5 5 * Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">Need some help?</a> 6 * Version: 1.6. 26 * Version: 1.6.3 7 7 * Author: Automattic 8 8 * Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0 … … 19 19 var $option_name = 'vaultpress'; 20 20 var $db_version = 3; 21 var $plugin_version = '1.6. 2';21 var $plugin_version = '1.6.3'; 22 22 23 23 function __construct() { … … 1673 1673 if ( empty( $site_url ) ) 1674 1674 return false; 1675 $parts = parse_url( $site_url ());1675 $parts = parse_url( $site_url ); 1676 1676 if ( !empty( $parts['host'] ) && in_array( $parts['host'], array( 'localhost', '127.0.0.1' ) ) ) 1677 1677 return true;
Note: See TracChangeset
for help on using the changeset viewer.