Changes between Initial Version and Version 1 of Ticket #31138, comment 11
- Timestamp:
- 01/29/2015 10:23:58 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31138, comment 11
initial v1 32 32 * Allow the garbage collector to delete the backup ASAP, together with its transient. 33 33 34 * '''tmp_backup_ like'''( $backup_name )34 * '''tmp_backup_find_like'''( $backup_name ) 35 35 * ==> array $backups | WP_Error $error 36 36 * Get the names of all the currently non-expired backups whose names share the same prefix of $backup_name. … … 41 41 * Allow the garbage collector to delete all the currently non-expired backups whose names share the same prefix of $backup_name ASAP, together with their transients. 42 42 43 * '''tmp_backup_ all'''( $primary_file )43 * '''tmp_backup_find_all'''( $primary_file ) 44 44 * ==> array $all_names | WP_Error $error 45 45 * Get the names of all the currently non-expired backups for $primary_file.