Changeset 10265
- Timestamp:
- 09/16/2020 05:27:35 AM (5 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r10220 r10265 5 5 6 6 <?python 7 scripts_version = '14 5'7 scripts_version = '146' 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.css
r10220 r10265 422 422 color: #666; 423 423 } 424 #ticket div.description { 424 #ticket div.description, 425 #ticket span.summary { 425 426 word-break: break-word; 426 427 }
Note: See TracChangeset
for help on using the changeset viewer.