Changeset 10248 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 10/11/2015 04:27:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-template.php (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r10240 r10248 101 101 * The loop iterator. 102 102 * 103 * @access public104 103 * @var int 105 104 */ … … 109 108 * The number of groups returned by the paged query. 110 109 * 111 * @access public112 110 * @var int 113 111 */ … … 117 115 * Array of groups located by the query. 118 116 * 119 * @access public120 117 * @var array 121 118 */ … … 125 122 * The group object currently being iterated on. 126 123 * 127 * @access public128 124 * @var object 129 125 */ … … 133 129 * A flag for whether the loop is currently being iterated. 134 130 * 135 * @access public136 131 * @var bool 137 132 */ … … 141 136 * The page number being requested. 142 137 * 143 * @access public144 138 * @var string 145 139 */ … … 149 143 * The number of items being requested per page. 150 144 * 151 * @access public152 145 * @var string 153 146 */ … … 157 150 * An HTML string containing pagination links. 158 151 * 159 * @access public160 152 * @var string 161 153 */ … … 165 157 * The total number of groups matching the query parameters. 166 158 * 167 * @access public168 159 * @var int 169 160 */ … … 173 164 * Whether the template loop is for a single group page. 174 165 * 175 * @access public176 166 * @var bool 177 167 */ … … 181 171 * Field to sort by. 182 172 * 183 * @access public184 173 * @var string 185 174 */ … … 189 178 * Sort order. 190 179 * 191 * @access public192 180 * @var string 193 181 */
Note: See TracChangeset
for help on using the changeset viewer.