Changeset 262
- Timestamp:
- 01/10/2014 05:10:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r260 r262 5 5 6 6 <?python 7 scripts_version = 3 07 scripts_version = 31 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = '//make.wordpress.org/core/' … … 269 269 <script> 270 270 (function() { 271 var settings = { endpoint: '${wporg_endpoint}' };271 var settings = { endpoint: '${wporg_endpoint}', authenticated: ${int(req.session['authenticated'])} }; 272 272 <py:if test="ticket and ticket.exists"> 273 273 settings.ticket = ${ticket.id};
Note: See TracChangeset
for help on using the changeset viewer.