Ticket #44089: 44089.3.diff
| File 44089.3.diff, 560 bytes (added by , 8 years ago) |
|---|
-
src/wp-login.php
543 543 } 544 544 545 545 /** 546 * Removes wp-postpass_ cookie on user logout 547 * 548 * @since 4.9.7 549 * 550 */ 551 if ( isset( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] ) ) { 552 553 unset( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] ); 554 setcookie( 'wp-postpass_' . COOKIEHASH, '', time() - ( 15 * 60 ) ); 555 556 } 557 558 /** 546 559 * Filters the log out redirect URL. 547 560 * 548 561 * @since 4.2.0
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)