Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r11448 r11450  
    209209 */
    210210function wp_lostpassword_url($redirect = '') {
    211     $args = array( 'action' => 'lostpassword' );   
     211    $args = array( 'action' => 'lostpassword' );
    212212    if ( !empty($redirect) ) {
    213213        $args['redirect_to'] = $redirect;
Note: See TracChangeset for help on using the changeset viewer.