Changeset 4915
- Timestamp:
- 07/31/2011 01:00:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-filters.php
r4907 r4915 134 134 135 135 // If the redirect doesn't contain 'wp-admin', it's OK 136 if ( isset( $_REQUEST['redirect_to'] ) && false === strpos( $_REQUEST['redirect_to'], 'wp-admin' ) )136 if ( !empty( $_REQUEST['redirect_to'] ) && false === strpos( $_REQUEST['redirect_to'], 'wp-admin' ) ) 137 137 return $redirect_to; 138 138
Note: See TracChangeset
for help on using the changeset viewer.