Ticket #44089: 44089.diff
| File 44089.diff, 978 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 -
tests/phpunit/includes/testcase-ajax.php
119 119 'delete-theme', 120 120 'install-theme', 121 121 'get-post-thumbnail-html', 122 'wp-privacy-export-personal-data', 122 123 ); 123 124 124 125 public static function setUpBeforeClass() {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)