Making WordPress.org

Changeset 2466


Ignore:
Timestamp:
02/04/2016 05:54:05 PM (8 years ago)
Author:
stephdau
Message:

WPORG Login: using wp_lostpassword_url() instead of a hard coded path. Now filtered for a custom route, as of r2465.

See #1524

File:
1 edited

Legend:

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

    r2323 r2466  
    22
    33<p class="nav">
    4     <a href="/lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg-login' ); ?>"><?php _e( 'Forgot password?', 'wporg-login' ); ?></a> &nbsp; • &nbsp;
     4    <a href="<?php echo wp_lostpassword_url( '/' ); ?>" title="<?php _e( 'Password Lost and Found', 'wporg-login' ); ?>"><?php _e( 'Forgot password?', 'wporg-login' ); ?></a> &nbsp; • &nbsp;
    55    <a href="https://wordpress.org/support/register.php" title="<?php _e( 'Create an account', 'wporg-login' ); ?>"><?php _e( 'Create an account', 'wporg-login' ); ?></a>
    66</p>
Note: See TracChangeset for help on using the changeset viewer.