Changeset 10665 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 03/20/2016 11:49:17 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/bp-members-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r10601 r10665 2333 2333 2334 2334 // Not at the WP core signup page and action is not register. 2335 if ( ! empty( $_SERVER['SCRIPT_NAME'] ) && false === strpos( $_SERVER['SCRIPT_NAME'], 'wp-signup.php') && ( 'register' != $action ) ) {2335 if ( ! empty( $_SERVER['SCRIPT_NAME'] ) && false === strpos( 'wp-signup.php', $_SERVER['SCRIPT_NAME'] ) && ( 'register' != $action ) ) { 2336 2336 return; 2337 2337 }
Note: See TracChangeset
for help on using the changeset viewer.