Skip to:
Content

BuddyPress.org

Changeset 10047


Ignore:
Timestamp:
08/11/2015 10:36:01 PM (8 years ago)
Author:
r-a-y
Message:

Fix unit test for bp_verify_nonce_request().

See #6528, r10046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php

    r10044 r10047  
    7777        $home = parse_url( get_option( 'home' ) );
    7878        $home_path = isset( $home['path'] ) ? $home['path'] : '';
    79         return $scheme . $home['host'] . ':80' . $home_path . '/wordpress' . $path;
     79        return $scheme . '://' . $home['host'] . ':80' . $home_path . '/wordpress' . $path;
    8080    }
    8181}
Note: See TracChangeset for help on using the changeset viewer.