Making WordPress.org

Changeset 6501


Ignore:
Timestamp:
02/01/2018 04:13:59 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Trac: Add covers to the list of reserved terms that should not be converted to a mention.

See #1344.

File:
1 edited

Legend:

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

    r6444 r6501  
    4747    // phpDocumentor tags, but also a few common @-terms.
    4848    reservedTerms = [
    49         'access', 'author', 'category', 'copyright', 'deprecated', 'example', 'final',
    50         'filesource', 'home', 'ignore', 'inheritdoc', 'internal', 'global', 'license',
    51         'link', 'media', 'mention', 'mentions', 'method', 'name', 'notification',
     49        'access', 'author', 'category', 'copyright', 'covers', 'deprecated', 'example',
     50        'final', 'filesource', 'home', 'ignore', 'inheritdoc', 'internal', 'global',
     51        'license', 'link', 'media', 'mention', 'mentions', 'method', 'name', 'notification',
    5252        'notifications', 'package', 'param', 'private', 'property', 'requires', 'return',
    5353        'see', 'since', 'static', 'staticvar', 'subpackage', 'term', 'terms', 'ticket',
Note: See TracChangeset for help on using the changeset viewer.