- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-data-template.php
r10525 r10740 104 104 * @see BP_XProfile_Group::get() for more details about parameters. 105 105 * 106 * @since 1.5.0 106 107 * @since 2.4.0 Introduced `$member_type` argument. 107 108 * … … 167 168 * Whether or not the loop has field groups. 168 169 * 170 * @since 1.0.0 171 * 169 172 * @return bool 170 173 */ … … 179 182 /** 180 183 * Increments to the next group of fields. 184 * 185 * @since 1.0.0 181 186 * 182 187 * @return object … … 207 212 /** 208 213 * Rewinds to the start of the groups list. 214 * 215 * @since 1.0.0 209 216 */ 210 217 public function rewind_groups() { … … 217 224 /** 218 225 * Kicks off the profile groups. 226 * 227 * @since 1.0.0 219 228 * 220 229 * @return bool … … 242 251 /** 243 252 * Sets up the profile group. 253 * 254 * @since 1.0.0 244 255 */ 245 256 public function the_profile_group() { … … 266 277 * Increments to the next field. 267 278 * 279 * @since 1.0.0 280 * 268 281 * @return int 269 282 */ … … 278 291 /** 279 292 * Rewinds to the start of the fields. 293 * 294 * @since 1.0.0 280 295 */ 281 296 public function rewind_fields() { … … 289 304 * Whether or not the loop has fields. 290 305 * 306 * @since 1.0.0 307 * 291 308 * @return bool 292 309 */ … … 307 324 /** 308 325 * Kick off the profile fields. 326 * 327 * @since 1.0.0 309 328 * 310 329 * @return bool … … 323 342 /** 324 343 * Set up the profile fields. 344 * 345 * @since 1.0.0 325 346 */ 326 347 public function the_profile_field() {
Note: See TracChangeset
for help on using the changeset viewer.