Changeset 13491
- Timestamp:
- 05/27/2023 10:43:13 AM (16 months ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-embeds.php
r13471 r13491 86 86 * 87 87 * @since 2.6.0 88 * 89 * @global BP_Activity_Template $activities_template The Activity template loop. 88 90 * 89 91 * @param int $activity_id The activity ID. -
trunk/src/bp-activity/bp-activity-filters.php
r13433 r13491 402 402 * @since 2.6.0 Added $args parameter. 403 403 * 404 * @global BP_Activity_Template $activities_template The Activity template loop. 405 * 404 406 * @param string $text The original activity entry text. 405 407 * @param array $args { -
trunk/src/bp-activity/bp-activity-template.php
r13490 r13491 414 414 * @since 11.0.0 Adds the `offset_lower` query arg to avoid last displayed activity to be duplicated. 415 415 * 416 * @global BP_Activity_Template $activities_template The Activity template loop. 417 * 416 418 * @return string $link 417 419 */ … … 2766 2768 * @since 1.2.0 2767 2769 * 2770 * @global BP_Activity_Template $activities_template The Activity template loop. 2768 2771 * 2769 2772 * @return string $link The activity thread permalink. -
trunk/src/bp-xprofile/bp-xprofile-admin.php
r13394 r13491 409 409 * @since 1.0.0 410 410 * 411 * @global string $message The feedback message to show. 412 * @global string $type The type of feedback message to show. 413 * 411 414 * @param int|null $group_id Group ID to manage. 412 415 */ … … 476 479 * @since 1.0.0 477 480 * 481 * @global string $message The feedback message to show. 482 * @global string $type The type of feedback message to show. 483 * 478 484 * @param int $group_id ID of the group to delete. 479 485 */ … … 554 560 * 555 561 * @since 1.0.0 562 * 563 * @global wpdb $wpdb WordPress database object. 564 * @global string $message The feedback message to show. 565 * @global array $groups The list of matching xProfile field groups. 556 566 * 557 567 * @param int $group_id ID of the group. … … 1008 1018 * @since 8.0.0 Adds the `$is_signup` parameter. 1009 1019 * 1020 * @global BP_XProfile_Field $field The Admin field. 1021 * 1010 1022 * @param BP_XProfile_Field $admin_field Admin field. 1011 1023 * @param object $admin_group Admin group object. -
trunk/src/bp-xprofile/bp-xprofile-cache.php
r13394 r13491 50 50 * 51 51 * @since 2.0.0 52 * 53 * @global wpdb $wpdb WordPress database object. 52 54 * 53 55 * @param array $object_ids Multi-dimensional array of object_ids, keyed by -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-wordpress.php
r13484 r13491 156 156 * 157 157 * @since 8.0.0 158 * 158 * 159 159 * @global wpdb $wpdb WordPress database object. 160 160 *
Note: See TracChangeset
for help on using the changeset viewer.