Opened 10 years ago
Closed 10 years ago
#706 closed defect (bug) (fixed)
Convert inline `{@see}` links for hooks
Reported by: | DrewAPicture | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
As discussed with @blobaugh and @coffee2code at the WCSF team work days, we've opted to use the inline {@see}
type syntax for linking to reference articles from reference fields and in the handbooks.
The existing make_doclink_clickable()
function already makes auto-linking possible for class methods, classes, and functions. The attached patch adds support for hooks when wrapped in single quotes, e.g. `{@see 'pre_get_search_form'}.
I've described the syntax for the above four link types in comment:5:ticket:181.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 974: