#62621 closed enhancement (fixed)
Incorrect DocComment opener for WP_Theme_JSON::FONT_FAMILY_SCHEMA
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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.
11 months ago
#1
- Keywords has-patch added
#2
@
11 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 59474:
@SergeyBiryukov commented on PR #7922:
11 months ago
#4
Thanks for the PR! Merged in r59474.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/62621