- Timestamp:
- 09/09/2023 09:26:01 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r56174 r56549 1391 1391 /* translators: %s: WordPress version. */ 1392 1392 $body[] = sprintf( __( 'FAILED: WordPress failed to update to %s' ), $result->name ); 1393 $failures++;1393 ++$failures; 1394 1394 } 1395 1395 … … 1433 1433 /* translators: %s: Name of plugin / theme / translation. */ 1434 1434 $body[] = ' * ' . sprintf( __( 'FAILED: %s' ), $item->name ); 1435 $failures++;1435 ++$failures; 1436 1436 } 1437 1437 }
Note: See TracChangeset
for help on using the changeset viewer.