Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#4144 closed defect (bug) (fixed)

DevHub: Skip class-wp-block-parser.php from parsing

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Developer Hub Keywords: has-patch
Cc:

Description

Background: #WP45309

Per https://core.trac.wordpress.org/ticket/45109#comment:8, WP_Block_Parser comes from an external package, and its @since tags are related to the package version, not the WordPress version.

At the moment, the class is parsed as a regular WP class, and is incorrectly shown in the reference as introduced in WordPress 3.8.0.

Attachments (1)

4144.patch (553 bytes) - added by SergeyBiryukov 6 years ago.

Download all attachments as: .zip

Change History (3)

@SergeyBiryukov
6 years ago

#1 @SergeyBiryukov
6 years ago

  • Keywords has-patch added

#2 @coffee2code
6 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 8324:

Developer: Skip class-wp-block-parser.php when parsing.

It is considered an external package.

Fixes #4144.
Props SergeyBiryukov.

Note: See TracTickets for help on using tickets.