Make WordPress Core

Opened 7 years ago

Closed 6 years ago

#43301 closed defect (bug) (fixed)

wp_maybe_auto_update action is missing a docblock

Reported by: johnbillion's profile johnbillion Owned by: pento's profile pento
Milestone: 5.1 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: good-first-bug has-patch
Focuses: docs Cc:

Description

The wp_maybe_auto_update action is missing a docblock.

Attachments (1)

43301.diff (613 bytes) - added by MikeGillihan 7 years ago.
Added a docblock to wp_maybe_auto_update action

Download all attachments as: .zip

Change History (8)

#1 @netweb
7 years ago

Note: Please remember "Good First Bugs" are for new contributors please, if you have in the past contributed a patch previously to a "Good First Bug" ticket please give other contributors to the opportunity to do the same, thanks 😃

@MikeGillihan
7 years ago

Added a docblock to wp_maybe_auto_update action

#2 @obenland
7 years ago

  • Owner set to MikeGillihan
  • Status changed from new to assigned

#3 @johnbillion
7 years ago

  • Keywords has-patch added; needs-patch removed
  • Owner changed from MikeGillihan to johnbillion
  • Status changed from assigned to reviewing

#4 @johnbillion
6 years ago

  • Milestone changed from 5.0 to 5.1

#5 @pento
6 years ago

  • Owner changed from johnbillion to pento
  • Status changed from reviewing to accepted

#6 @pento
6 years ago

For reference, this action was added here in 3.9 (#27772), but backported to the 3.7/3.8 branches.

Technically, it was originally in 3.7, as this action name is also the cron event name. But, we don't document event names as actions. 🙂

#7 @pento
6 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 44609:

Docs: Add documentation for the wp_maybe_auto_update action.

Props MikeGillihan.
Fixes #43301.

Note: See TracTickets for help on using tickets.