Changes between Initial Version and Version 1 of Ticket #6528
- Timestamp:
- 06/24/2015 04:53:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6528
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Review
to2.4
-
Ticket #6528 – Description
initial v1 1 1 When a site is using a port for their home URL, `bp_verify_nonce_request()` can sometimes fail. 2 2 3 bp_verify_nonce_request() fails if these twoconditions are met:3 `bp_verify_nonce_request()` fails if these three conditions are met: 4 4 * WordPress is installed in a subdirectory 5 5 * Site is using a port number in the WP home URL 6 * `$_SERVER['HTTP_HOST']` returns the port number as well 6 7 7 8 See: