Changeset 10248 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 10/11/2015 04:27:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r10126 r10248 112 112 * The loop iterator. 113 113 * 114 * @access public115 114 * @var int 116 115 */ … … 120 119 * The number of blogs returned by the paged query. 121 120 * 122 * @access public123 121 * @var int 124 122 */ … … 128 126 * Array of blogs located by the query.. 129 127 * 130 * @access public131 128 * @var array 132 129 */ … … 136 133 * The blog object currently being iterated on. 137 134 * 138 * @access public139 135 * @var object 140 136 */ … … 144 140 * A flag for whether the loop is currently being iterated. 145 141 * 146 * @access public147 142 * @var bool 148 143 */ … … 152 147 * The page number being requested. 153 148 * 154 * @access public155 149 * @var int 156 150 */ … … 160 154 * The number of items being requested per page. 161 155 * 162 * @access public163 156 * @var int 164 157 */ … … 168 161 * An HTML string containing pagination links. 169 162 * 170 * @access public171 163 * @var string 172 164 */ … … 176 168 * The total number of blogs matching the query parameters. 177 169 * 178 * @access public179 170 * @var int 180 171 */
Note: See TracChangeset
for help on using the changeset viewer.