Changeset 14383
- Timestamp:
- 02/12/2025 01:01:54 AM (12 months ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
-
trac.wordpress.org/templates/site.html (modified) (1 diff)
-
wordpress.org/public_html/style/trac/wp-trac.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r14251 r14383 5 5 6 6 <?python 7 scripts_version = '22 1'7 scripts_version = '222' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r14251 r14383 44 44 'javascript' : 'Heavy JavaScript focus.', 45 45 'css' : 'CSS focus.', 46 // 'unit tests' : 'PHP or JS unit tests.',46 'tests' : 'Ticket solely aimed at adding tests, but assigned a more specific component.', 47 47 'docs' : 'Inline documentation focus.', 48 48 'rtl' : 'Right-to-left languages.',
Note: See TracChangeset
for help on using the changeset viewer.