Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/27/2015 09:59:12 PM (10 years ago)
Author:
boonebgorges
Message:

Add documentation for BP_Core_Members_Template::$type property.

Props henry.wright.
Fixes #6262.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-template.php

    r9515 r9563  
    222222     */
    223223    public $in_the_loop;
     224
     225    /**
     226     * The type of member being requested. Used for ordering results.
     227     *
     228     * @access public
     229     * @var string
     230     */
     231    public $type;
    224232
    225233    /**
Note: See TracChangeset for help on using the changeset viewer.