Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#48422 closed enhancement (fixed)

Documentation errors on WP_Filesystem implementations

Reported by: skithund Owned by: SergeyBiryukov
Priority: normal Milestone: 5.4
Component: Filesystem API Version: 5.3
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

WP_Filesystem implementations suffer from bad documentation for $recursive params on chmod and delete functions.

Attachments (1)

48422.diff (6.9 KB ) - added by skithund 7 years ago.

Download all attachments as: .zip

Change History (4)

@skithund
7 years ago

#1 @skithund
7 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
7 years ago

  • Milestone Awaiting Review5.4
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @SergeyBiryukov
7 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 46679:

Docs: Correct description for $recursive parameter of ::chmod() and ::delete() methods in WP_Filesystem implementations.

Props skithund.
Fixes #48422.

Note: See TracTickets for help on using tickets.