Changeset 410003
- Timestamp:
- 07/15/2011 02:29:06 AM (15 years ago)
- Location:
- wp-time-machine/trunk
- Files:
-
- 4 edited
-
css/wp-time-machine.css (modified) (1 diff)
-
includes/wpTimeMachineCore.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-time-machine.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/css/wp-time-machine.css
r312345 r410003 60 60 } 61 61 62 -
wp-time-machine/trunk/includes/wpTimeMachineCore.php
r402898 r410003 154 154 // Wordpress 155 155 wpTimeMachine_logger( $use_log, "--- Wordpress: ". wp_version ); 156 157 // WP_ALLOW_MULTISITE info if applicable 158 if (WP_ALLOW_MULTISITE) { 159 wpTimeMachine_logger( $use_log, "--- WP_ALLOW_MULTISITE: true" ); 160 wpTimeMachine_logger( $use_log, "--- DOMAIN_CURRENT_SITE: ".DOMAIN_CURRENT_SITE ); 161 wpTimeMachine_logger( $use_log, "--- PATH_CURRENT_SITE: ".PATH_CURRENT_SITE ); 162 wpTimeMachine_logger( $use_log, "--- SITE_ID_CURRENT_SITE: ".SITE_ID_CURRENT_SITE ); 163 wpTimeMachine_logger( $use_log, "--- DOMAIN_CURRENT_SITE: ".BLOG_ID_CURRENT_SITE ); 164 } 165 156 166 // Browser / user-agent 157 167 wpTimeMachine_logger( $use_log, "--- Browser: ". $_SERVER['HTTP_USER_AGENT'] ); -
wp-time-machine/trunk/readme.txt
r402995 r410003 4 4 Requires at least: 2.9.2 5 5 Tested up to: 3.2 6 Stable tag: 1.9.1 86 Stable tag: 1.9.19 7 7 Donate link: http://wptimemachine.com/show-your-support/ 8 8 … … 64 64 65 65 http://wptimemachine.com 66 -
wp-time-machine/trunk/wp-time-machine.php
r402995 r410003 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-time-machine/ 5 5 Description: Creates an archive of all your WordPress Data & Files and then stores them on Dropbox, Amazon's S3, or your FTP host. 6 Version: 1.9.1 86 Version: 1.9.19 7 7 Author: Paul G Petty 8 8 Author URI: http://wpTimeMachine.com … … 11 11 // wp Time Machine, Version: 12 12 13 define( 'wpTimeMachineVersion', '1.9.1 8' );13 define( 'wpTimeMachineVersion', '1.9.19' ); 14 14 15 15 // wp specific definitions:
Note: See TracChangeset
for help on using the changeset viewer.