Changeset 579036
- Timestamp:
- 07/30/2012 09:07:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
backup/trunk/backup.php
r578532 r579036 2 2 /* 3 3 Plugin Name: Backup 4 Version: 2.1. 24 Version: 2.1.3 5 5 Plugin URI: http://hel.io/wordpress/backup/ 6 6 Description: Back up your WordPress website to Google Drive. … … 1210 1210 ) ); 1211 1211 1212 if ( ! phpversion( 'zip' ) ) 1213 define( 'PCLZIP_TEMPORARY_DIR', $this->local_folder ); 1212 1214 if ( is_wp_error( $zip = zip( $sources, $file_path, $exclude ) ) ) { 1213 1215 $this->log_wp_error( $zip );
Note: See TracChangeset
for help on using the changeset viewer.