Make WordPress Core

Opened 8 weeks ago

Closed 8 weeks ago

Last modified 8 weeks ago

#62621 closed enhancement (fixed)

Incorrect DocComment opener for WP_Theme_JSON::FONT_FAMILY_SCHEMA

Reported by: marian1's profile marian1 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.8 Priority: normal
Severity: trivial Version:
Component: Themes Keywords: has-patch
Focuses: docs Cc:

Description

The DocComment for WP_Theme_JSON::FONT_FAMILY_SCHEMA incorrectly begins with /* instead of the proper DocBlock opening /**. This issue prevents the comment from being recognized as a valid PHPDoc. It should be updated to ensure consistency with WordPress coding standards and proper documentation parsing.

Change History (4)

This ticket was mentioned in PR #7922 on WordPress/wordpress-develop by @marian1.


8 weeks ago
#1

  • Keywords has-patch added

#2 @SergeyBiryukov
8 weeks ago

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

In 59474:

Docs: Correct DocBlock formatting for WP_Theme_JSON::FONT_FAMILY_SCHEMA.

Follow-up to [57496].

Props marian1.
Fixes #62621.

#3 @SergeyBiryukov
8 weeks ago

  • Milestone changed from Awaiting Review to 6.8

@SergeyBiryukov commented on PR #7922:


8 weeks ago
#4

Thanks for the PR! Merged in r59474.

Note: See TracTickets for help on using tickets.