Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#49856 closed defect (bug) (fixed)

Typo in WP_Upgrader::__construct() DocBlock

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.5 Priority: normal
Severity: trivial Version:
Component: Upgrade/Install Keywords: needs-patch good-first-bug
Focuses: docs Cc:

Description

There's an extra full stop in WP_Upgrader::__construct() docs:

 * @param WP_Upgrader_Skin $skin The upgrader skin to use. Default is a WP_Upgrader_Skin.
 *                               instance.

The one at the end of the first line should be removed.

Change History (2)

This ticket was mentioned in PR #219 on WordPress/wordpress-develop by mattradford.


5 years ago
#1

Removed full stop typo in DocBlock for __construct in /wp-admin/includes/class-wp-upgrader.php.

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

#2 @SergeyBiryukov
5 years ago

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

In 47570:

Docs: Fix typo in WP_Upgrader::__construct() DocBlock.

Props mattrad.
Fixes #49856.

Note: See TracTickets for help on using tickets.