- Timestamp:
- 01/07/2023 01:31:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-box-template.php
r13148 r13399 38 38 39 39 /** 40 * Total number of threads available to iterate on. 41 * 42 * @var int 43 */ 44 public $thread_count = 0; 45 46 /** 40 47 * Array of threads located by the query. 41 48 * … … 94 101 95 102 /** 103 * URL argument used for the pagination param. 104 * 105 * @var string 106 */ 107 public $pag_arg = ''; 108 109 /** 96 110 * Search terms for limiting the thread query. 97 111 * … … 99 113 */ 100 114 public $search_terms = ''; 115 116 /** 117 * Type of messages to return. Values: 'all', 'read', 'unread'. 118 * 119 * @var string 120 */ 121 public $type = ''; 101 122 102 123 /**
Note: See TracChangeset
for help on using the changeset viewer.