Changeset 14520
- Timestamp:
- 09/02/2025 12:25:04 AM (9 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
r14519 r14520 5 5 6 6 <?python 7 scripts_version = '22 8'7 scripts_version = '229' 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
r14519 r14520 114 114 enable_copy: true 115 115 }, 116 'Playground': { 117 tracker: 'https://github.com/WordPress/wordpress-playground/issues/new', 118 tracker_text: 'WordPress Playground GitHub Repository', 119 enable_copy: true 120 }, 116 121 'bbpress.org' : { 117 122 tracker: 'https://bbpress.trac.wordpress.org/newticket?component=Site+-+bbPress.org',
Note: See TracChangeset
for help on using the changeset viewer.