Changeset 1891 for trunk/bp-wire.php
- Timestamp:
- 09/16/2009 09:23:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire.php
r1809 r1891 34 34 global $bp; 35 35 36 /* Profile wire's will only work if xprofile is enabled */ 37 if ( !function_exists( 'xprofile_install' ) ) 38 return false; 39 36 40 /* Add 'Wire' to the main navigation */ 37 41 bp_core_new_nav_item( array( 'name' => __('Wire', 'buddypress'), 'slug' => $bp->wire->slug, 'position' => 40, 'screen_function' => 'bp_wire_screen_latest', 'default_subnav_slug' => 'all-posts', 'item_css_id' => $bp->wire->id ) );
Note: See TracChangeset
for help on using the changeset viewer.