Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27436 closed defect (bug) (fixed)

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

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

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 12 years ago.
27436.2.diff (15.4 KB ) - added by kpdesign 12 years ago.
Second pass

Download all attachments as: .zip

Change History (4)

@DrewAPicture
12 years ago

@kpdesign
12 years ago

Second pass

#1 @DrewAPicture
12 years ago

  • Keywords commit added
  • Milestone Awaiting Review3.9

#2 @DrewAPicture
12 years ago

  • Owner set to DrewAPicture
  • Resolutionfixed
  • Status newclosed

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.