Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#49856 closed defect (bug) (fixed)

Typo in WP_Upgrader::__construct() DocBlock

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

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.


6 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
6 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 47570:

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

Props mattrad.
Fixes #49856.

Note: See TracTickets for help on using tickets.