Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (9 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-data-template.php

    r10525 r10740  
    104104     * @see BP_XProfile_Group::get() for more details about parameters.
    105105     *
     106     * @since 1.5.0
    106107     * @since 2.4.0 Introduced `$member_type` argument.
    107108     *
     
    167168     * Whether or not the loop has field groups.
    168169     *
     170     * @since 1.0.0
     171     *
    169172     * @return bool
    170173     */
     
    179182    /**
    180183     * Increments to the next group of fields.
     184     *
     185     * @since 1.0.0
    181186     *
    182187     * @return object
     
    207212    /**
    208213     * Rewinds to the start of the groups list.
     214     *
     215     * @since 1.0.0
    209216     */
    210217    public function rewind_groups() {
     
    217224    /**
    218225     * Kicks off the profile groups.
     226     *
     227     * @since 1.0.0
    219228     *
    220229     * @return bool
     
    242251    /**
    243252     * Sets up the profile group.
     253     *
     254     * @since 1.0.0
    244255     */
    245256    public function the_profile_group() {
     
    266277     * Increments to the next field.
    267278     *
     279     * @since 1.0.0
     280     *
    268281     * @return int
    269282     */
     
    278291    /**
    279292     * Rewinds to the start of the fields.
     293     *
     294     * @since 1.0.0
    280295     */
    281296    public function rewind_fields() {
     
    289304     * Whether or not the loop has fields.
    290305     *
     306     * @since 1.0.0
     307     *
    291308     * @return bool
    292309     */
     
    307324    /**
    308325     * Kick off the profile fields.
     326     *
     327     * @since 1.0.0
    309328     *
    310329     * @return bool
     
    323342    /**
    324343     * Set up the profile fields.
     344     *
     345     * @since 1.0.0
    325346     */
    326347    public function the_profile_field() {
Note: See TracChangeset for help on using the changeset viewer.