Changeset 55038 for trunk/src/wp-includes/cron.php
- Timestamp:
- 01/09/2023 12:40:55 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r54504 r55038 77 77 * @since 5.7.0 The `$wp_error` parameter was added, and a `WP_Error` object can now be returned. 78 78 * 79 * @param null|bool|WP_Error $ pre Value to return instead. Default null to continue adding the event.79 * @param null|bool|WP_Error $result The value to return instead. Default null to continue adding the event. 80 80 * @param stdClass $event { 81 81 * An object containing an event's data.
Note: See TracChangeset
for help on using the changeset viewer.