Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2024 04:40:09 AM (2 years ago)
Author:
imath
Message:

Improve some method/function inline docs adding @global docblocks

Props shailu25

Fixes #9116
Closes https://github.com/buddypress/buddypress/pull/252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-activity.php

    r13642 r13757  
    672672 * @since 1.0.0
    673673 *
     674 * @global wpdb $wpdb WordPress database object.
     675 *
    674676 * @param int $post_id ID of the post to be removed.
    675677 * @param int $blog_id Optional. Defaults to current blog ID.
     
    10231025 * @since 2.5.0 Used for any synced Post type comments, in wp-admin or front-end contexts.
    10241026 *
     1027 * @global wpdb $wpdb WordPress database object.
     1028 *
    10251029 * @param array $args Arguments passed from bp_parse_args() in bp_has_activities().
    10261030 * @return array $args
     
    12011205 * @since 2.0.0
    12021206 *
     1207 * @global BP_Activity_Template $activities_template The Activity template object.
     1208 *
    12031209 * @param bool $retval Is activity commenting enabled for this activity entry.
    12041210 * @return bool
     
    13321338 * @since 2.0.0
    13331339 *
     1340 * @global BP_Activity_Template $activities_template The Activity template object.
     1341 *
    13341342 * @param string $retval The activity comment permalink.
    13351343 * @return string
Note: See TracChangeset for help on using the changeset viewer.