- Timestamp:
- 01/07/2023 01:31:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group-members-template.php
r13372 r13399 64 64 */ 65 65 public $pag_links; 66 67 /** 68 * URL argument used for the pagination param. 69 * 70 * @since 1.0.0 71 * @var string 72 */ 73 public $pag_arg; 74 75 /** 76 * The total number of members. 77 * 78 * @var int 79 */ 80 public $total_member_count; 66 81 67 82 /**
Note: See TracChangeset
for help on using the changeset viewer.