Changeset 3139 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 05/13/2016 10:16:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r3137 r3139 212 212 <h1 py:attrs="select('@*')">${select('*|comment()|text()')}</h1> 213 213 <span class="create-new-ticket button button-large button-primary"> 214 <a href="https:// wordpress.org/support/bb-login.php?redirect_to=https://${project_slug}.trac.wordpress.org/newticket">Create a new ticket</a>214 <a href="https://login.wordpress.org/?redirect_to=https://${project_slug}.trac.wordpress.org/newticket">Create a new ticket</a> 215 215 </span> 216 216 </div> … … 297 297 <div id="wp-auth-check"> 298 298 <div class="wp-auth-check-close" tabindex="0" title="Close"></div> 299 <div class="wp-auth-fallback"><p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p><p><a href="https:// wordpress.org/support/bb-login.php" target="_blank">Please log in again.</a> The login page will open in a new window. After logging in you can close it and return to this page.</p>299 <div class="wp-auth-fallback"><p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p><p><a href="https://login.wordpress.org/" target="_blank">Please log in again.</a> The login page will open in a new window. After logging in you can close it and return to this page.</p> 300 300 </div> 301 301 </div>
Note: See TracChangeset
for help on using the changeset viewer.