Making WordPress.org


Ignore:
Timestamp:
05/07/2020 01:11:03 AM (5 years ago)
Author:
dd32
Message:

Login: Use consistent links to the homepage login.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php

    r9224 r9830  
    9898
    9999<p id="nav">
    100     <a href="<?php echo esc_url( wp_login_url() ); ?>" title="<?php esc_attr_e( 'Already have an account?', 'wporg' ); ?>"><?php _e( 'Already have an account?', 'wporg' ); ?></a> &nbsp; • &nbsp;
     100    <a href="/" title="<?php esc_attr_e( 'Already have an account?', 'wporg' ); ?>"><?php _e( 'Already have an account?', 'wporg' ); ?></a> &nbsp; • &nbsp;
    101101    <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a>
    102102
Note: See TracChangeset for help on using the changeset viewer.