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
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Removed full stop typo in DocBlock for
__constructin/wp-admin/includes/class-wp-upgrader.php.Trac ticket: https://core.trac.wordpress.org/ticket/49856