Make WordPress Core

Opened 10 years ago

Closed 9 years ago

#33255 closed defect (bug) (fixed)

Typo in wp-admin/includes/class-wp-filesystem-ftpsockets.php

Reported by: toro_unit's profile Toro_Unit Owned by: drewapicture's profile DrewAPicture
Milestone: 4.4 Priority: normal
Severity: normal Version:
Component: Filesystem API Keywords: has-patch commit 4.4-early
Focuses: docs Cc:

Description

PHPDoc of WP_Filesystem_ftpsockets::rmdir,

	/**
	 * @param sting $path
	 * @param bool $recursive
	 */

Attachments (1)

patch.diff (455 bytes) - added by Toro_Unit 10 years ago.

Download all attachments as: .zip

Change History (6)

@Toro_Unit
10 years ago

#1 @swissspidy
10 years ago

  • Component changed from General to Filesystem API
  • Focuses docs added
  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

  • Keywords commit 4.4-early added
  • Milestone changed from Awaiting Review to Future Release

#3 @DrewAPicture
9 years ago

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

#4 @wonderboymusic
9 years ago

  • Milestone changed from Future Release to 4.4

#5 @wonderboymusic
9 years ago

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

In 33639:

Correct typo in doc block for WP_Filesystem_ftpsockets::rmdir

Props Toro_Unit.
Fixes #33255.

Note: See TracTickets for help on using tickets.