Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6528


Ignore:
Timestamp:
06/24/2015 04:53:19 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6528

    • Property Keywords has-patch added
    • Property Milestone changed from Awaiting Review to 2.4
  • Ticket #6528 – Description

    initial v1  
    11When a site is using a port for their home URL, `bp_verify_nonce_request()` can sometimes fail.
    22
    3 bp_verify_nonce_request() fails if these two conditions are met:
     3`bp_verify_nonce_request()` fails if these three conditions are met:
    44* WordPress is installed in a subdirectory
    55* Site is using a port number in the WP home URL
     6* `$_SERVER['HTTP_HOST']` returns the port number as well
    67
    78See: