Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2012 03:47:05 PM (12 years ago)
Author:
djpaul
Message:

Add missing field declarations to classes. Fixes #4159

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-loader.php

    r5927 r5999  
    1616class BP_XProfile_Component extends BP_Component {
    1717    /**
     18     * Profile field types
     19     *
     20     * @since BuddyPress (1.5)
     21     * @var array
     22     */
     23    public $field_types;
     24
     25    /**
    1826     * The acceptable visibility levels for xprofile fields.
     27     *
     28     * @see bp_xprofile_get_visibility_levels()
    1929     * @since 1.6
    20      * @see bp_xprofile_get_visibility_levels()
    2130     */
    2231    var $visibility_levels = array();
Note: See TracChangeset for help on using the changeset viewer.