Changeset 2187
- Timestamp:
- 12/13/2015 01:12:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r2116 r2187 41 41 gardenerKeywordList = [ 'commit', 'early', 'i18n-change', 'good-first-bug' ]; 42 42 43 // phpDocumentor tags, but also a few common @-terms. 43 44 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', 47 52 ]; 48 53
Note: See TracChangeset
for help on using the changeset viewer.