Making WordPress.org

Changeset 2187


Ignore:
Timestamp:
12/13/2015 01:12:06 PM (9 years ago)
Author:
ocean90
Message:

Trac: Update list of reserved terms for linked mentions.

Fixes #1344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r2116 r2187  
    4141    gardenerKeywordList = [ 'commit', 'early', 'i18n-change', 'good-first-bug' ];
    4242
     43    // phpDocumentor tags, but also a few common @-terms.
    4344    reservedTerms = [
    44         'access', 'deprecated', 'global', 'ignore', 'internal', 'link', 'method',
    45         'package', 'return','see', 'since', 'subpackage', 'todo', 'type', 'var',
    46         'param'
     45        'access', 'author', 'category', 'copyright', 'deprecated', 'example', 'final',
     46        'filesource', 'home', 'ignore', 'inheritdoc', 'internal', 'global', 'license',
     47        'link', 'media', 'mention', 'mentions', 'method', 'name', 'notification',
     48        'notifications', 'package', 'param', 'property', 'return', 'see', 'since',
     49        'static', 'staticvar', 'subpackage', 'term', 'terms', 'ticket', 'toc', 'todo',
     50        'tutorial', 'type', 'user', 'username', 'uses', 'var', 'version', 'wordpress',
     51        'wp',
    4752    ];
    4853
Note: See TracChangeset for help on using the changeset viewer.