Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51087 closed defect (bug) (fixed)

The `WP_Filesystem_Base` class is incorrectly referred to as `WP_Filesystem` in several DocBlocks and `_deprecated_function()` calls.

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

Description

Summary says it all.

Attachments (1)

51087.diff (4.1 KB) - added by pbiron 4 years ago.

Download all attachments as: .zip

Change History (4)

@pbiron
4 years ago

#1 @pbiron
4 years ago

This results in 404's for links generated within the Code Reference, e.g. on WP_Filesystem_Base::find_base_dir().

#2 @SergeyBiryukov
4 years ago

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

Introduced in [9117] / #7861, updated in [25560] / #18476.

#3 @SergeyBiryukov
4 years ago

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

In 48835:

Docs: Correct references to WP_Filesystem_Base methods in various DocBlocks.

Props pbiron.
Fixes #51087.

Note: See TracTickets for help on using tickets.