Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#33255 closed defect (bug) (fixed)

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

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

Description

PHPDoc of WP_Filesystem_ftpsockets::rmdir,

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

Attachments (1)

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

Download all attachments as: .zip

Change History (6)

@Toro_Unit
11 years ago

#1 @swissspidy
11 years ago

  • Component GeneralFilesystem API
  • Focuses docs added
  • Keywords has-patch added

#2 @SergeyBiryukov
11 years ago

  • Keywords commit 4.4-early added
  • Milestone Awaiting ReviewFuture Release

#3 @DrewAPicture
11 years ago

  • Owner set to DrewAPicture
  • Status newreviewing

#4 @wonderboymusic
11 years ago

  • Milestone Future Release4.4

#5 @wonderboymusic
11 years ago

  • Resolutionfixed
  • Status reviewingclosed

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.