- Timestamp:
- 01/07/2023 01:31:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-invite-template.php
r13372 r13399 42 42 43 43 /** 44 * List of invites found and their respective data. 45 * 46 * @since 1.1.0 47 * @var array 48 */ 49 public $invite_data = array(); 50 51 /** 44 52 * @since 1.1.0 45 53 * @var bool … … 64 72 */ 65 73 public $pag_links; 74 75 /** 76 * URL argument used for the pagination param. 77 * 78 * @since 1.1.0 79 * @var string 80 */ 81 public $pag_arg; 66 82 67 83 /**
Note: See TracChangeset
for help on using the changeset viewer.