Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31138, comment 11


Ignore:
Timestamp:
01/29/2015 10:23:58 AM (9 years ago)
Author:
aercolino
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31138, comment 11

    initial v1  
    3232 * Allow the garbage collector to delete the backup ASAP, together with its transient.
    3333
    34 * '''tmp_backup_like'''( $backup_name )
     34* '''tmp_backup_find_like'''( $backup_name )
    3535 * ==> array $backups | WP_Error $error
    3636 * Get the names of all the currently non-expired backups whose names share the same prefix of $backup_name.
     
    4141 * 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.
    4242
    43 * '''tmp_backup_all'''( $primary_file )
     43* '''tmp_backup_find_all'''( $primary_file )
    4444 * ==> array $all_names | WP_Error $error
    4545 * Get the names of all the currently non-expired backups for $primary_file.