Making WordPress.org


Ignore:
Timestamp:
02/16/2018 07:21:18 AM (7 years ago)
Author:
obenland
Message:

Login: Use appropriate template functions

Makes URLs filterable, in order to add locale information.

See #1673.

File:
1 edited

Legend:

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

    r6493 r6660  
    9595
    9696<p id="nav">
    97     <a href="/" title="<?php esc_attr_e( 'Already have an account?', 'wporg' ); ?>"><?php _e( 'Already have an account?', 'wporg' ); ?></a> &nbsp; • &nbsp;
     97    <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;
    9898    <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a>
    9999
Note: See TracChangeset for help on using the changeset viewer.