Opened 3 years ago
Closed 3 years ago
#54163 closed defect (bug) (fixed)
The file `/wp-admin/includes/class-wp-upgrader.php` has a grammar mistake on Line 652
Reported by: | zenithcity | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Upgrade/Install | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
Description
A word was misused in the file /wp-admin/includes/class-wp-upgrader.php
on line 652. The word 'form' was used instead of 'from' in the doc block comments.
@type bool $clear_working Whether to delete the files form the working directory after copying to the destination. Default false.
Attachments (1)
Change History (6)
#2
@
3 years ago
- Component changed from General to Upgrade/Install
- Keywords needs-patch good-first-bug added; typos removed
- Version 5.8.1 deleted
Hi there!
Thanks for the ticket.
The trunk shows line 467 so please create patch according to it.
If you're doing a first-time contribution then check these links in order to create a valid patch in Trac.
https://make.wordpress.org/core/handbook/tutorials/working-with-patches/ https://make.wordpress.org/core/handbook/best-practices/writing-patches/
If you're familiar with code and git, you can use the wordpress-develop Github repository to easily contribute to WordPress: https://make.wordpress.org/core/handbook/contribute/git/
@zenithcity thanx for finding that (and welcome back to Trac).
Do you feel comfortable creating a patch to correct it?