Skip to:
Content

BuddyPress.org

Ticket #5154: bp-core-component.diff

File bp-core-component.diff, 395 bytes (added by mboynes, 12 years ago)
  • bp-core/bp-core-component.php

     
    221221                        foreach ( $paths as $path ) {
    222222                                if ( @is_file( $slashed_path . $path ) ) {
    223223                                        require( $slashed_path . $path );
    224                                         continue;
     224                                        break;
    225225                                }
    226226                        }
    227227                }