Changeset 3742 for trunk/bp-core/bp-core-deprecated.php
- Timestamp:
- 01/19/2011 08:31:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-deprecated.php
r3728 r3742 39 39 if ( empty( $match ) ) { 40 40 $bp->add_root[] = $slug; 41 add_action( ' init', 'bp_core_create_root_component_page' );41 add_action( 'bp_init', 'bp_core_create_root_component_page' ); 42 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.