Ticket #10991: 10991.patch
| File 10991.patch, 479 bytes (added by , 17 years ago) |
|---|
-
general-template.php
166 166 function wp_logout_url($redirect = '') { 167 167 $args = array( 'action' => 'logout' ); 168 168 if ( !empty($redirect) ) { 169 $args['redirect_to'] = $redirect;169 $args['redirect_to'] = urlencode($redirect); 170 170 } 171 171 172 172 $logout_url = add_query_arg($args, site_url('wp-login.php', 'login'));
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)