Changeset 1148492
- Timestamp:
- 04/28/2015 10:27:41 PM (11 years ago)
- File:
-
- 1 edited
-
vaultpress/trunk/vaultpress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vaultpress/trunk/vaultpress.php
r1147278 r1148492 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.7. 36 * Version: 1.7.4 7 7 * Author: Automattic 8 8 * Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0 … … 18 18 var $option_name = 'vaultpress'; 19 19 var $db_version = 4; 20 var $plugin_version = '1.7. 3';20 var $plugin_version = '1.7.4'; 21 21 22 22 function __construct() { … … 1977 1977 if ( !function_exists( 'openssl_verify' ) ) 1978 1978 return false; 1979 $pk = $this->get_option( 'public_key' ); 1980 if ( empty( $pk ) ) 1981 return false; 1979 1982 if ( 1 !== (int) $this->get_option( 'use_openssl_signing' ) ) 1980 1983 return false;
Note: See TracChangeset
for help on using the changeset viewer.