Making WordPress.org


Ignore:
Timestamp:
05/13/2016 10:16:15 PM (10 years ago)
Author:
ocean90
Message:

Trac: Replace https://wordpress.org/support/bb-login.php with https://login.wordpress.org/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r3137 r3139  
    212212    <h1 py:attrs="select('@*')">${select('*|comment()|text()')}</h1>
    213213    <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>
    215215    </span>
    216216</div>
     
    297297            <div id="wp-auth-check">
    298298                <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>
    300300                </div>
    301301            </div>
Note: See TracChangeset for help on using the changeset viewer.