Changeset 6103
- Timestamp:
- 06/15/2012 07:13:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r6080 r6103 53 53 54 54 // Ajax or not? 55 if ( strpos( $_SERVER['REQUEST_URI'], 'wp-load.php' ) )55 if ( defined( 'DOING_AJAX' ) && DOING_AJAX || strpos( $_SERVER['REQUEST_URI'], 'wp-load.php' ) ) 56 56 $path = bp_core_referrer(); 57 57 else
Note: See TracChangeset
for help on using the changeset viewer.