Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/10/2013 02:04:14 AM (12 years ago)
Author:
boonebgorges
Message:

Improve inline docs in bp-blogs

File:
1 edited

Legend:

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

    r7447 r7555  
    1313 * Check whether the $bp global lists an activity directory page.
    1414 *
    15  * @since BuddyPress (1.5)
     15 * @since BuddyPress (1.5.0)
    1616 *
    1717 * @global BuddyPress $bp The one true BuddyPress instance.
     
    100100 * only to particular users.
    101101 *
    102  * @since BuddyPress (1.7)
     102 * @since BuddyPress (1.7.0)
    103103 *
    104104 * @uses apply_filters()
     
    131131 * being trackable only to particular users.
    132132 *
    133  * @since BuddyPress (1.7)
     133 * @since BuddyPress (1.7.0)
    134134 *
    135135 * @uses bp_blogs_is_blog_recordable
     
    160160 * Make BuddyPress aware of a new site so that it can track its activity.
    161161 *
    162  * @since BuddyPress (1.0)
     162 * @since BuddyPress (1.0.0)
    163163 *
    164164 * @uses BP_Blogs_Blog
     
    220220 * @global object $wpdb DB Layer.
    221221 *
    222  * @param string $oldvalue Value before save. Passed by do_action() but unused here.
     222 * @param string $oldvalue Value before save. Passed by do_action() but
     223 *        unused here.
    223224 * @param string $newvalue Value to change meta to.
    224225 */
     
    235236 * @global object $wpdb DB Layer.
    236237 *
    237  * @param string $oldvalue Value before save. Passed by do_action() but unused here.
     238 * @param string $oldvalue Value before save. Passed by do_action() but
     239 *        unused here.
    238240 * @param string $newvalue Value to change meta to.
    239241 */
     
    606608 * When a blog comment status transition occurs, update the relevant activity's status.
    607609 *
    608  * @since BuddyPress (1.6)
     610 * @since BuddyPress (1.6.0)
    609611 *
    610612 * @global object $bp BuddyPress global settings.
     
    833835 * Get metadata for a given blog.
    834836 *
    835  * @since BuddyPress (1.2)
     837 * @since BuddyPress (1.2.0)
    836838 *
    837839 * @global object $wpdb WordPress database access object.
Note: See TracChangeset for help on using the changeset viewer.