- Timestamp:
- 06/14/2023 06:32:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r55594 r55911 618 618 619 619 /** 620 * If we tried to perform a core update, check if we should send an email,621 * a nd if we need to avoid processing future updates.620 * Checks whether to send an email and avoid processing future updates after 621 * attempting a core update. 622 622 * 623 623 * @since 3.7.0 … … 968 968 969 969 /** 970 * If we tried to perform plugin or theme updates, check if we should send an email.970 * Checks whether an email should be sent after attempting plugin or theme updates. 971 971 * 972 972 * @since 5.5.0
Note: See TracChangeset
for help on using the changeset viewer.