Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#1483 closed enhancement (fixed)

Auto-link known functions, classes, and methods in the Code Reference

Reported by: drewapicture's profile DrewAPicture Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Developer Hub Keywords:
Cc:

Description

There has been discussion in the past about adding the ability to auto-link known functions, classes, and methods in the Code Reference to avoid littering inline @see tags throughout core docs. Let's make that happen.

Change History (2)

#1 @coffee2code
9 years ago

  • Owner set to coffee2code
  • Status changed from new to accepted

#2 @coffee2code
9 years ago

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

In 2814:

developer.wordpress.org: Auto-link plaintext references to classes, functions, and methods.

  • Ignores references made in <code> blocks.
  • Does not attempt to recognize references to hooks. Such references must use {@see 'hook_name'} syntax.

Fixes #1483.

Note: See TracTickets for help on using tickets.