Make WordPress Core

Opened 2 months ago

Closed 4 weeks ago

Last modified 4 weeks ago

#58858 closed defect (bug) (fixed)

Docs: Wrap broken inline `@see` tags with curly braces.

Reported by: costdev's profile costdev Owned by: audrasjb's profile audrasjb
Milestone: 6.4 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch commit
Focuses: docs Cc:

Description

There are approximately 19 instances in Core where @see does not occur at the beginning of a line, and is not wrapped in curly braces. The parser on DevHub doesn't recognise these, and so a literal @see <name> appears on the page.

See here for some examples:


Docs umbrella ticket for 6.4: #58833

Change History (7)

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


2 months ago
#1

This wraps inline @see tags in curly braces to fix broken references on DevHub.

#2 @Hareesh Pillai
2 months ago

  • Keywords good-first-bug added

#3 @audrasjb
2 months ago

  • Keywords good-first-bug removed

Removing good first bug tag, as we already have a patch.

#4 @audrasjb
2 months ago

  • Owner set to audrasjb
  • Status changed from new to reviewing

#5 @mukesh27
5 weeks ago

  • Keywords commit added

Thanks @costdev for the ticket. PR got enough approval and ready for merge.

#6 @audrasjb
4 weeks ago

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

In 56434:

Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.

Note: See TracTickets for help on using tickets.