Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/10/2013 02:44:05 PM (11 years ago)
Author:
boonebgorges
Message:

Inline docs improvements in Blogs component:

  • bp-blogs-actions.php
  • bp-blogs-activity.php
  • bp-blogs-buddybar.php
  • bp-blogs-cache.php
  • bp-blogs-classes.php

See #5022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-buddybar.php

    r6342 r7407  
    22
    33/**
    4  * BuddyPress Blogs Activity
     4 * BuddyPress Blogs BuddyBar functions.
    55 *
    66 * @package BuddyPress
     
    1212
    1313/**
    14  * Add a Sites menu to the BuddyBar
     14 * Add a Sites menu to the BuddyBar.
    1515 *
    1616 * @since BuddyPress (1.0)
    17  * @package BuddyPress
    18  * @subpackage BlogsBuddyBar
    19  * @global BuddyPress $bp
    20  * @return boolean
     17 *
     18 * @global object $bp The BuddyPress global settings object.
     19 * @return bool|null Returns false on failure. Otherwise echoes the menu item.
    2120 */
    2221
Note: See TracChangeset for help on using the changeset viewer.