Ticket #5154: bp-core-component.diff
File bp-core-component.diff, 395 bytes (added by , 12 years ago) |
---|
-
bp-core/bp-core-component.php
221 221 foreach ( $paths as $path ) { 222 222 if ( @is_file( $slashed_path . $path ) ) { 223 223 require( $slashed_path . $path ); 224 continue;224 break; 225 225 } 226 226 } 227 227 }