Changeset 4220
- Timestamp:
- 10/12/2016 11:13:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r2038 r4220 845 845 $response = wp_remote_retrieve_headers( wp_remote_get( $validator_url, array( 'redirection' => 0 ) ) ); 846 846 847 if ( array_key_exists( 'location', $response) ) {847 if ( !empty( $response['location'] ) ) { 848 848 if ( false === strpos( $response['location'], 'd=mm' ) ) { 849 849 $username_exists = true;
Note: See TracChangeset
for help on using the changeset viewer.