Changeset 14036
- Timestamp:
- 10/02/2024 04:18:20 AM (19 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
bp-groups/bp-groups-template.php (modified) (9 diffs)
-
bp-messages/classes/class-bp-messages-thread.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r13890 r14036 1009 1009 * 1010 1010 * @since 1.0.0 1011 * @since 10.0.0 Added the `$group` par emeter.1011 * @since 10.0.0 Added the `$group` parameter. 1012 1012 * 1013 1013 * @param string $avatar HTML image element holding the group avatar. … … 2287 2287 * 2288 2288 * @since 1.2.0 2289 * @since 10.0.0 Added the `$group` par emeter.2289 * @since 10.0.0 Added the `$group` parameter. 2290 2290 * 2291 2291 * @param string $count_string The "x members" count string for a group. … … 2446 2446 * 2447 2447 * @since 1.5.0 2448 * @since 10.0.0 Added the `$group` par emeter.2448 * @since 10.0.0 Added the `$group` parameter. 2449 2449 * 2450 2450 * @param string $invite_status Membership level needed to send an invite. … … 2640 2640 * 2641 2641 * @since 1.0.0 2642 * @since 10.0.0 Added the `$group` par emeter.2642 * @since 10.0.0 Added the `$group` parameter. 2643 2643 * 2644 2644 * @param int $user_id ID of the member to demote. Default: 0. … … 2695 2695 * 2696 2696 * @since 1.0.0 2697 * @since 10.0.0 Added the `$group` par emeter.2697 * @since 10.0.0 Added the `$group` parameter. 2698 2698 * 2699 2699 * @param int $user_id ID of the member. Default: 0. … … 2749 2749 * 2750 2750 * @since 1.0.0 2751 * @since 10.0.0 Added the `$group` par emeter.2751 * @since 10.0.0 Added the `$group` parameter. 2752 2752 * 2753 2753 * @param int $user_id ID of the member to unban. Default: 0. … … 2803 2803 * 2804 2804 * @since 1.2.6 2805 * @since 10.0.0 Added the `$group` par emeter.2805 * @since 10.0.0 Added the `$group` parameter. 2806 2806 * 2807 2807 * @param int $user_id ID of the member to remove. Default: 0. … … 2948 2948 * 2949 2949 * @since 1.0.0 2950 * @since 10.0.0 Added the `$group` par emeter.2950 * @since 10.0.0 Added the `$group` parameter. 2951 2951 * 2952 2952 * @param string $page Page slug. … … 3001 3001 * 3002 3002 * @since 1.0.0 3003 * @since 10.0.0 Added the `$group` par emeter.3003 * @since 10.0.0 Added the `$group` parameter. 3004 3004 * 3005 3005 * @param false|string|bool $page (Optional). Page slug. Default: false. -
trunk/src/bp-messages/classes/class-bp-messages-thread.php
r14035 r14036 240 240 * 241 241 * @param BP_Messages_Thread $thread Current messages thread class. 242 * @param array $r Array of par emeters.242 * @param array $r Array of parameters. 243 243 */ 244 244 do_action( 'bp_messages_thread_post_populate', $this, $r ); … … 845 845 * @type int $total_threads Number of threads found by the query. 846 846 * } 847 * @param array $r Array of par emeters.847 * @param array $r Array of parameters. 848 848 */ 849 849 return apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.