Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#27436 closed defect (bug) (fixed)

Hook Docs (23): wp-admin/includes/class-wp-upgrader.php

Reported by: drewapicture's profile DrewAPicture Owned by: drewapicture's profile DrewAPicture
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: has-patch commit
Focuses: docs Cc:

Description

Attached patch documents the following hooks:

  • upgrader_pre_download
  • upgrader_pre_install
  • upgrader_source_selection
  • upgrader_clear_destination
  • upgrader_post_install
  • update_feedback x2
  • allow_dev_auto_core_updates
  • allow_minor_auto_core_updates
  • allow_major_auto_core_updates
  • automatic_updater_disabled
  • automatic_updates_is_vcs_checkout
  • auto_update_$type
  • send_core_update_notification_email
  • automatic_updates_send_debug_email
  • auto_core_update_send_email
  • auto_core_update_email
  • automatic_updates_debug_email
  • upgrader_process_complete x4
  • automatic_updates_complete

Attachments (2)

27436.diff (11.0 KB) - added by DrewAPicture 11 years ago.
27436.2.diff (15.4 KB) - added by kpdesign 11 years ago.
Second pass

Download all attachments as: .zip

Change History (4)

@DrewAPicture
11 years ago

@kpdesign
11 years ago

Second pass

#1 @DrewAPicture
10 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.9

#2 @DrewAPicture
10 years ago

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

In 27673:

Inline documentation for wp-admin/includes/class-wp-upgrader.php.

Props kpdesign for some minor cleanup.
Fixes #27436.

Note: See TracTickets for help on using tickets.