Changeset 11450 for trunk/wp-includes/general-template.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r11448 r11450 209 209 */ 210 210 function wp_lostpassword_url($redirect = '') { 211 $args = array( 'action' => 'lostpassword' ); 211 $args = array( 'action' => 'lostpassword' ); 212 212 if ( !empty($redirect) ) { 213 213 $args['redirect_to'] = $redirect;
Note: See TracChangeset
for help on using the changeset viewer.