Changeset 13757 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 03/09/2024 04:40:09 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-activity.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r13642 r13757 672 672 * @since 1.0.0 673 673 * 674 * @global wpdb $wpdb WordPress database object. 675 * 674 676 * @param int $post_id ID of the post to be removed. 675 677 * @param int $blog_id Optional. Defaults to current blog ID. … … 1023 1025 * @since 2.5.0 Used for any synced Post type comments, in wp-admin or front-end contexts. 1024 1026 * 1027 * @global wpdb $wpdb WordPress database object. 1028 * 1025 1029 * @param array $args Arguments passed from bp_parse_args() in bp_has_activities(). 1026 1030 * @return array $args … … 1201 1205 * @since 2.0.0 1202 1206 * 1207 * @global BP_Activity_Template $activities_template The Activity template object. 1208 * 1203 1209 * @param bool $retval Is activity commenting enabled for this activity entry. 1204 1210 * @return bool … … 1332 1338 * @since 2.0.0 1333 1339 * 1340 * @global BP_Activity_Template $activities_template The Activity template object. 1341 * 1334 1342 * @param string $retval The activity comment permalink. 1335 1343 * @return string
Note: See TracChangeset
for help on using the changeset viewer.