Changeset 7355
- Timestamp:
- 08/27/2013 08:00:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-component.php
r7298 r7355 228 228 if ( @is_file( $slashed_path . $path ) ) { 229 229 require( $slashed_path . $path ); 230 continue;230 break; 231 231 } 232 232 }
Note: See TracChangeset
for help on using the changeset viewer.