Skip to:
Content

BuddyPress.org

Ticket #6765: 6765.6.diff

File 6765.6.diff, 1.2 KB (added by netweb, 8 years ago)
  • src/bp-blogs/classes/class-bp-blogs-component.php

     
    66 * shows blogs the member can post to in their profiles, and caches useful
    77 * information from those blogs to make querying blogs in bulk more performant.
    88 *
    9         * @package BuddyPress
     9 * @package BuddyPress
    1010 * @subpackage BlogsCore
    1111 * @since 1.5.0
    1212 */
     
    4444         *
    4545         * @since 1.5.0
    4646         *
    47                 * @see BP_Component::setup_globals() for description of parameters.
     47         * @see BP_Component::setup_globals() for description of parameters.
    4848         *
    4949         * @param array $args See {@link BP_Component::setup_globals()}.
    5050         */
     
    154154         *
    155155         * @param array $main_nav Optional. See BP_Component::setup_nav() for
    156156         *                        description.
    157                 * @param array $sub_nav  Optional. See BP_Component::setup_nav() for
     157         * @param array $sub_nav  Optional. See BP_Component::setup_nav() for
    158158         *                        description.
    159159         */
    160160        public function setup_nav( $main_nav = array(), $sub_nav = array() ) {