Changeset 10931 for trunk/wp-includes/functions.php
- Timestamp:
- 04/14/2009 06:31:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10897 r10931 2318 2318 $html .= "</p><p><a href='" . remove_query_arg( 'updated', clean_url( wp_get_referer() ) ) . "'>" . __( 'Please try again.' ) . "</a>"; 2319 2319 elseif ( 'log-out' == $action ) 2320 $html .= "</p><p>" . sprintf( __( "Do you really want to <a href='%s'>log out</a>?"), wp_ nonce_url( site_url('wp-login.php?action=logout', 'login'), 'log-out') );2320 $html .= "</p><p>" . sprintf( __( "Do you really want to <a href='%s'>log out</a>?"), wp_logout_url() ); 2321 2321 2322 2322 wp_die( $html, $title);
Note: See TracChangeset
for help on using the changeset viewer.