Changeset 6020
- Timestamp:
- 05/10/2012 08:16:49 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-members/bp-members-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-functions.php
r5987 r6020 1291 1291 1292 1292 // Not at the WP core signup page and action is not register 1293 if ( false === strpos( $_SERVER['SCRIPT_NAME'], 'wp-signup.php' ) && ( 'register' != $action ) )1293 if ( ! empty( $_SERVER['SCRIPT_NAME'] ) && false === strpos( $_SERVER['SCRIPT_NAME'], 'wp-signup.php' ) && ( 'register' != $action ) ) 1294 1294 return; 1295 1295
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)