Changeset 10899 for trunk/src/bp-core/bp-core-buddybar.php
- Timestamp:
- 06/23/2016 06:31:58 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-buddybar.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-buddybar.php
r10876 r10899 34 34 * item is clicked. 35 35 * } 36 * @param string $component The component the navigation is attached to. Defaults to 'members'.36 * @param string $component The component the navigation is attached to. Defaults to 'members'. 37 37 * @return bool|null Returns false on failure. 38 38 */ … … 108 108 * item is clicked. 109 109 * } 110 * @param string $component Optional. Component that the nav belongs to.110 * @param string $component Optional. Component that the nav belongs to. 111 111 * @return bool|BP_Nav_Item Returns false on failure, new nav item on success. 112 112 */ … … 322 322 } 323 323 324 // Edit the screen function for the parent nav 324 // Edit the screen function for the parent nav. 325 325 $bp->members->nav->edit_nav( array( 326 326 'screen_function' => &$r['screen_function'], … … 395 395 * Admin Bar menu for group admins. Default: false. 396 396 * } 397 * @param string $component The component the navigation is attached to. Defaults to 'members'.397 * @param string $component The component the navigation is attached to. Defaults to 'members'. 398 398 * @return bool|null Returns false on failure. 399 399 */ … … 406 406 * a) the 'parent_slug' is the same as the slug of the current group, or 407 407 * b) the 'parent_slug' starts with the slug of the current group, and the members nav doesn't have 408 * a primary item with that slug 408 * a primary item with that slug. 409 409 */ 410 410 $group_slug = bp_get_current_group_slug(); … … 475 475 * Default: false. 476 476 * } 477 * @param string $component The component the navigation is attached to. Defaults to 'members'.478 * @return bool| BP_Nav_Item Returns false on failure, new nav itemon success.477 * @param string $component The component the navigation is attached to. Defaults to 'members'. 478 * @return bool|object Returns false on failure, new BP_Nav_Item instance on success. 479 479 */ 480 480 function bp_core_create_subnav_link( $args = '', $component = 'members' ) { … … 569 569 * Default: false. 570 570 * } 571 * @param string $component The component the navigation is attached to. Defaults to 'members'.571 * @param string $component The component the navigation is attached to. Defaults to 'members'. 572 572 * @return bool|null Returns false on failure. 573 573 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)