Changeset 538694
- Timestamp:
- 05/01/2012 09:07:26 PM (14 years ago)
- Location:
- wp-time-machine/trunk
- Files:
-
- 3 edited
-
javascript/wp-time-machine.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wp-time-machine.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/javascript/wp-time-machine.js
r537553 r538694 107 107 jQuery("#show_info").click(function (event) { 108 108 event.preventDefault(); 109 $("#Info").toggle();110 $(".wpTimeMachineOptions").hide();109 jQuery("#Info").toggle(); 110 jQuery(".wpTimeMachineOptions").hide(); 111 111 }); 112 112 … … 118 118 jQuery("#show_options").click(function (event) { 119 119 event.preventDefault(); 120 $(".wpTimeMachineOptions").toggle();121 $("#Info").hide();120 jQuery(".wpTimeMachineOptions").toggle(); 121 jQuery("#Info").hide(); 122 122 }); 123 123 -
wp-time-machine/trunk/readme.txt
r537786 r538694 4 4 Requires at least: 2.9.2 5 5 Tested up to: 3.3.2 6 Stable tag: 2.0.0 16 Stable tag: 2.0.02 7 7 8 8 == Description == -
wp-time-machine/trunk/wp-time-machine.php
r537786 r538694 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: 2.0.0 16 Version: 2.0.02 7 7 Author: Paul G Petty 8 8 Author URI: http://wpTimeMachine.com … … 11 11 // wp Time Machine, Version: 12 12 13 define( 'wpTimeMachineVersion', '2.0.0 1' );13 define( 'wpTimeMachineVersion', '2.0.02' ); 14 14 15 15 // wp specific definitions:
Note: See TracChangeset
for help on using the changeset viewer.