Ticket #6765: 6765.6.diff
File 6765.6.diff, 1.2 KB (added by , 8 years ago) |
---|
-
src/bp-blogs/classes/class-bp-blogs-component.php
6 6 * shows blogs the member can post to in their profiles, and caches useful 7 7 * information from those blogs to make querying blogs in bulk more performant. 8 8 * 9 9 * @package BuddyPress 10 10 * @subpackage BlogsCore 11 11 * @since 1.5.0 12 12 */ … … 44 44 * 45 45 * @since 1.5.0 46 46 * 47 47 * @see BP_Component::setup_globals() for description of parameters. 48 48 * 49 49 * @param array $args See {@link BP_Component::setup_globals()}. 50 50 */ … … 154 154 * 155 155 * @param array $main_nav Optional. See BP_Component::setup_nav() for 156 156 * description. 157 157 * @param array $sub_nav Optional. See BP_Component::setup_nav() for 158 158 * description. 159 159 */ 160 160 public function setup_nav( $main_nav = array(), $sub_nav = array() ) {