Make WordPress Core

Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#59888 closed defect (bug) (fixed)

Add 'weekly' to `wp_schedule_event()` function description

Reported by: crstauf's profile crstauf Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.5 Priority: normal
Severity: normal Version:
Component: Cron API Keywords: has-patch
Focuses: docs Cc:

Description

Reported by @pacicio via User Contributed Notes.

Change History (4)

This ticket was mentioned in PR #5660 on WordPress/wordpress-develop by @crstauf.


6 months ago
#1

  • Keywords has-patch added

The wp_get_schedules() function includes weekly as a valid schedule, so update the description of wp_schedule_event() to include.

Trac ticket: https://core.trac.wordpress.org/ticket/59888

#2 @SergeyBiryukov
6 months ago

  • Component changed from General to Cron API
  • Milestone changed from Awaiting Review to 6.5

#3 @SergeyBiryukov
6 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 57106:

Docs: Include 'weekly' as a valid value in wp_schedule_event() description.

Follow-up to [47062].

Props crstauf, pacicio.
Fixes #59888.

@SergeyBiryukov commented on PR #5660:


6 months ago
#4

Thanks for the PR! Merged in r57106.

Note: See TracTickets for help on using tickets.