#60497 closed defect (bug) (fixed)
Typo found in class-ftp.php: replace "resore" with "restore"
| Reported by: | benniledl | Owned by: | costdev |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5 |
| Component: | Filesystem API | Version: | 2.5 |
| Severity: | normal | Keywords: | good-first-bug |
| Cc: | Focuses: |
Description
There is a typo "resore" -> "restore"
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-ftp.php#L486
Slack conversation at: https://wordpress.slack.com/archives/C02RQBWTW/p1704890892569609
Change History (13)
This ticket was mentioned in Slack in #core by benniledl. View the logs.
3 years ago
#4
@
3 years ago
- Milestone Awaiting Review → 6.5
- Version → 2.5
Thanks for creating the ticket @benniledl!
Will you be submitting a patch for this also?
This ticket was mentioned in PR #6084 on WordPress/wordpress-develop by @benniledl.
3 years ago
#6
- Keywords has-patch added; needs-patch removed
Fix a typo in class-ftp-php
Trac ticket: https://core.trac.wordpress.org/ticket/60497
@benniledl commented on PR #6084:
3 years ago
#7
Sorry I messed up with the commits again :D
This ticket was mentioned in PR #6085 on WordPress/wordpress-develop by @benniledl.
3 years ago
#8
Fix a typo resore to restore
Trac ticket: https://core.trac.wordpress.org/ticket/60497
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for spotting this!
Marking this as a
good-first-bugfor new contributors.