Opened 3 weeks ago
Closed 3 weeks ago
#64515 closed defect (bug) (fixed)
Duplicate @see keyword in PHPDoc for wp_should_load_separate_core_block_assets()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | trivial | Version: | 6.8 |
| Component: | Script Loader | Keywords: | has-patch good-first-bug |
| Focuses: | docs | Cc: |
Description
The wp_should_load_separate_core_block_assets() function contains a malformed @see tag with the keyword duplicated (@see @see wp_should_load_...() instead of @see wp_should_load_...()).
Change History (5)
#1
@
3 weeks ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 7.0
- Version set to 6.8
This ticket was mentioned in PR #10744 on WordPress/wordpress-develop by @mukesh27.
3 weeks ago
#2
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/64515
#3
@
3 weeks ago
- Keywords good-first-bug added
I’ve opened a draft PR in case any new contributors would like to review it. If someone prefers to open a similar PR themselves, feel free to close mine.
Happy contributing! 🎉
Note: See
TracTickets for help on using
tickets.
Good catch. That was part of [59823], and the Developer Resources page creates an extra link from it right now.
Would you like to make the patch in
script-loader.php, or should I mark this as a good first bug?