Make WordPress Core

Opened 10 months ago

Closed 10 months ago

Last modified 10 months ago

#60497 closed defect (bug) (fixed)

Typo found in class-ftp.php: replace "resore" with "restore"

Reported by: benniledl's profile benniledl Owned by: costdev's profile costdev
Milestone: 6.5 Priority: normal
Severity: normal Version: 2.5
Component: Filesystem API Keywords: good-first-bug
Focuses: Cc:

Change History (13)

This ticket was mentioned in Slack in #core by benniledl. View the logs.


10 months ago

#2 @audrasjb
10 months ago

  • Summary changed from Typo to Typo found in class-ftp.php: replace "resore" with "restore"

#3 @audrasjb
10 months ago

  • Keywords needs-patch good-first-bug added

Thanks for spotting this!

Marking this as a good-first-bug for new contributors.

#4 @costdev
10 months ago

  • Milestone changed from Awaiting Review to 6.5
  • Version set to 2.5

Thanks for creating the ticket @benniledl!

Will you be submitting a patch for this also?

#5 @benniledl
10 months ago

I'll be submitting a pr :)

This ticket was mentioned in PR #6084 on WordPress/wordpress-develop by @benniledl.


10 months 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:


10 months ago
#7

Sorry I messed up with the commits again :D

This ticket was mentioned in PR #6085 on WordPress/wordpress-develop by @benniledl.


10 months ago
#8

Fix a typo resore to restore

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

#9 @benniledl
10 months ago

  • Keywords needs-patch added; has-patch removed

I messed up the first pull request, I have now submitted a new correct pr

#10 @benniledl
10 months ago

  • Keywords needs-patch removed

#11 @costdev
10 months ago

  • Owner set to costdev
  • Status changed from new to reviewing

#12 @costdev
10 months ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 57591:

Filesystem API: Fix typo in ftp_base::restore().

The ftp_base::restore() method contained a typo internally: "resore" should be "restore".

Follow-up to [7126].

Props benniledl, hellofromTonya, audrasjb.
Fixes #60497.

@costdev commented on PR #6085:


10 months ago
#13

Thanks for the PR! Committed in r57591.

Note: See TracTickets for help on using tickets.