Changeset 43318
- Timestamp:
- 05/27/2018 01:32:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r43317 r43318 979 979 980 980 // Post password cookie 981 setcookie( 'wp-postpass_' . COOKIEHASH, ' ', time() - YEAR_IN_SECONDS, SITECOOKIEPATH, COOKIE_DOMAIN );981 setcookie( 'wp-postpass_' . COOKIEHASH, ' ', time() - YEAR_IN_SECONDS, COOKIEPATH, COOKIE_DOMAIN ); 982 982 } 983 983 endif;
Note: See TracChangeset
for help on using the changeset viewer.