Changeset 5807
- Timestamp:
- 02/18/2012 01:51:14 PM (14 years ago)
- Location:
- branches/1.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
bp-members/bp-members-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5
-
branches/1.5/bp-members/bp-members-signup.php
r5269 r5807 605 605 $action = !empty( $_GET['action'] ) ? $_GET['action'] : ''; 606 606 607 if ( is_admin() || is_network_admin() ) 608 return; 609 607 610 // Not at the WP core signup page and action is not register 608 611 if ( false === strpos( $_SERVER['SCRIPT_NAME'], 'wp-signup.php' ) && ( 'register' != $action ) )
Note: See TracChangeset
for help on using the changeset viewer.