- Timestamp:
- 09/14/2023 10:41:24 AM (13 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-admin/includes/class-wp-upgrader.php
r56174 r56582 1207 1207 $errors->add( 1208 1208 'temp_backup_delete_failed', 1209 sprintf( $this->strings['temp_backup_delete_failed'] ), 1210 $args['slug'] 1209 sprintf( $this->strings['temp_backup_delete_failed'], $args['slug'] ) 1211 1210 ); 1212 1211 continue;
Note: See TracChangeset
for help on using the changeset viewer.