Making WordPress.org

Changeset 12047


Ignore:
Timestamp:
09/03/2022 02:57:12 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Trac: Add coversNothing 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

    r11932 r12047  
    127127    // phpDocumentor tags, but also a few common @-terms.
    128128    reservedTerms = [
    129         'access', 'author', 'category', 'copyright', 'covers', 'deprecated', 'example', 'expectedDeprecated',
    130         'final', 'filesource', 'global', 'group', 'home', 'ignore', 'import', 'inheritdoc',
    131         'internal', 'license', 'link', 'media', 'mention', 'mentions', 'method', 'name',
     129        'access', 'author', 'category', 'copyright', 'covers', 'coversNothing', 'deprecated', 'example',
     130        'expectedDeprecated', 'final', 'filesource', 'global', 'group', 'home', 'ignore', 'import',
     131        'inheritdoc', 'internal', 'license', 'link', 'media', 'mention', 'mentions', 'method', 'name',
    132132        'notification', 'notifications', 'package', 'param', 'private', 'property', 'property-read',
    133133        'requires', 'return', 'returns', 'see', 'since', 'static', 'staticvar', 'subpackage',
Note: See TracChangeset for help on using the changeset viewer.