#1344 closed defect (bug) (fixed)
Don't link reserved names
Reported by: | johnbillion | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
Since [1967], instances of @ in code blocks also get linked, which messes up the formatting of commit messages where text such as @since
is used. Example of a broken commit message comment: https://core.trac.wordpress.org/ticket/33763?cnum_edit=11#comment:11
To avoid reimplementing wptexturize()
in Trac, we could just blacklist some names that shouldn't get linked:
- access
- deprecated
- global
- ignore
- internal
- link
- method
- package
- param
- return
- see
- since
- subpackage
- todo
- type
- var
Related: #830.
Attachments (3)
Change History (27)
#6
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
@uses
also got missed, both bbPress and BuddyPress continue to use @uses
Testing this on core.trac @uses
is linked to https://profiles.wordpress.org/uses, but this is not the case for meta, bbPress or BuddyPress, should this feature be available on all Tracs or not yet implemented?
Note: See
TracTickets for help on using
tickets.
In 1993: