Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48422 closed enhancement (fixed)

Documentation errors on WP_Filesystem implementations

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

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 5 years ago.

Download all attachments as: .zip

Change History (4)

@skithund
5 years ago

#1 @skithund
5 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#3 @SergeyBiryukov
5 years ago

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

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.