Skip to:
Content

BuddyPress.org

Changeset 10013


Ignore:
Timestamp:
07/15/2015 06:41:16 PM (9 years ago)
Author:
boonebgorges
Message:

Tabs not spaces in BP_XProfile_Date_Template property documentation.

File:
1 edited

Legend:

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

    r9936 r10013  
    2020class BP_XProfile_Data_Template {
    2121
    22     /**
    23     * The loop iterator.
    24     *
    25     * @since BuddyPress (1.5.0)
    26     * @access public
    27     * @var int
    28     */
     22    /**
     23    * The loop iterator.
     24    *
     25    * @since BuddyPress (1.5.0)
     26    * @access public
     27    * @var int
     28    */
    2929    public $current_group = -1;
    3030
    31     /**
    32     * The number of groups returned by the paged query.
    33     *
    34     * @since BuddyPress (1.5.0)
    35     * @access public
    36     * @var int
    37     */
     31    /**
     32    * The number of groups returned by the paged query.
     33    *
     34    * @since BuddyPress (1.5.0)
     35    * @access public
     36    * @var int
     37    */
    3838    public $group_count;
    3939
    40     /**
    41     * Array of groups located by the query.
    42     *
    43     * @since BuddyPress (1.5.0)
    44     * @access public
    45     * @var array
    46     */
     40    /**
     41    * Array of groups located by the query.
     42    *
     43    * @since BuddyPress (1.5.0)
     44    * @access public
     45    * @var array
     46    */
    4747    public $groups;
    4848
    49     /**
    50     * The group object currently being iterated on.
    51     *
    52     * @since BuddyPress (1.5.0)
    53     * @access public
    54     * @var object
    55     */
     49    /**
     50    * The group object currently being iterated on.
     51    *
     52    * @since BuddyPress (1.5.0)
     53    * @access public
     54    * @var object
     55    */
    5656    public $group;
    5757
    58     /**
    59     * The current field.
    60     *
    61     * @since BuddyPress (1.5.0)
    62     * @access public
    63     * @var int
    64     */
     58    /**
     59    * The current field.
     60    *
     61    * @since BuddyPress (1.5.0)
     62    * @access public
     63    * @var int
     64    */
    6565    public $current_field = -1;
    6666
    67     /**
    68     * The field count.
    69     *
    70     * @since BuddyPress (1.5.0)
    71     * @access public
    72     * @var int
    73     */
     67    /**
     68    * The field count.
     69    *
     70    * @since BuddyPress (1.5.0)
     71    * @access public
     72    * @var int
     73    */
    7474    public $field_count;
    7575
    76     /**
    77     * Field has data.
    78     *
    79     * @since BuddyPress (1.5.0)
    80     * @access public
    81     * @var bool
    82     */
     76    /**
     77    * Field has data.
     78    *
     79    * @since BuddyPress (1.5.0)
     80    * @access public
     81    * @var bool
     82    */
    8383    public $field_has_data;
    8484
    85     /**
    86     * The field.
    87     *
    88     * @since BuddyPress (1.5.0)
    89     * @access public
    90     * @var int
    91     */
     85    /**
     86    * The field.
     87    *
     88    * @since BuddyPress (1.5.0)
     89    * @access public
     90    * @var int
     91    */
    9292    public $field;
    9393
    94     /**
    95     * A flag for whether the loop is currently being iterated.
    96     *
    97     * @since BuddyPress (1.5.0)
    98     * @access public
    99     * @var bool
    100     */
     94    /**
     95    * A flag for whether the loop is currently being iterated.
     96    *
     97    * @since BuddyPress (1.5.0)
     98    * @access public
     99    * @var bool
     100    */
    101101    public $in_the_loop;
    102102
    103     /**
    104     * The user ID.
    105     *
    106     * @since BuddyPress (1.5.0)
    107     * @access public
    108     * @var int
    109     */
     103    /**
     104    * The user ID.
     105    *
     106    * @since BuddyPress (1.5.0)
     107    * @access public
     108    * @var int
     109    */
    110110    public $user_id;
    111111
Note: See TracChangeset for help on using the changeset viewer.