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-activity.php

    r7407 r7555  
    1414 * Register activity actions for the blogs component.
    1515 *
    16  * @since BuddyPress (1.0)
     16 * @since BuddyPress (1.0.0)
    1717 *
    1818 * @global object $bp The BuddyPress global settings object.
     
    4242 * Record blog-related activity to the activity stream.
    4343 *
    44  * @since BuddyPress (1.0)
     44 * @since BuddyPress (1.0.0)
    4545 *
    4646 * @see bp_activity_add() for description of parameters.
     
    4949 * @param array $args {
    5050 *     See {@link bp_activity_add()} for complete description of arguments.
    51  *     The arguments listed here have different default values from bp_activity_add().
     51 *     The arguments listed here have different default values from
     52 *     bp_activity_add().
    5253 *     @type string $component Default: 'blogs'.
    5354 * }
     
    102103 * Delete a blog-related activity stream item.
    103104 *
    104  * @since BuddyPress (1.0)
     105 * @since BuddyPress (1.0.0)
    105106 *
    106107 * @see bp_activity_delete() for description of parameters.
     
    109110 * @param array $args {
    110111 *     See {@link bp_activity_delete()} for complete description of arguments.
    111  *     The arguments listed here have different default values from bp_activity_add().
     112 *     The arguments listed here have different default values from
     113 *     bp_activity_add().
    112114 *     @type string $component Default: 'blogs'.
    113115 * }
Note: See TracChangeset for help on using the changeset viewer.