Plugin Directory

Changeset 410003


Ignore:
Timestamp:
07/15/2011 02:29:06 AM (15 years ago)
Author:
paulgpetty
Message:

start work on multisite update

Location:
wp-time-machine/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-time-machine/trunk/css/wp-time-machine.css

    r312345 r410003  
    6060}
    6161
     62
  • wp-time-machine/trunk/includes/wpTimeMachineCore.php

    r402898 r410003  
    154154        // Wordpress
    155155        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
    156166        // Browser / user-agent
    157167        wpTimeMachine_logger( $use_log,  "---     Browser: ". $_SERVER['HTTP_USER_AGENT'] );
  • wp-time-machine/trunk/readme.txt

    r402995 r410003  
    44Requires at least: 2.9.2
    55Tested up to: 3.2
    6 Stable tag: 1.9.18
     6Stable tag: 1.9.19
    77Donate link: http://wptimemachine.com/show-your-support/
    88
     
    6464
    6565http://wptimemachine.com
     66
  • wp-time-machine/trunk/wp-time-machine.php

    r402995 r410003  
    44Plugin URI: http://wordpress.org/extend/plugins/wp-time-machine/
    55Description: 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.18
     6Version: 1.9.19
    77Author: Paul G Petty
    88Author URI: http://wpTimeMachine.com
     
    1111// wp Time Machine, Version:
    1212
    13     define( 'wpTimeMachineVersion', '1.9.18' );
     13    define( 'wpTimeMachineVersion', '1.9.19' );
    1414
    1515// wp specific definitions:
Note: See TracChangeset for help on using the changeset viewer.