Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/18/2015 09:09:29 PM (11 years ago)
Author:
djpaul
Message:

Replace use of PHP4-era var class properties keywords with public.

Also adds some phpDoc.

Fixes #6185, props henry.wright

File:
1 edited

Legend:

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

    r9351 r9515  
    2929     * @see bp_xprofile_get_visibility_levels()
    3030     * @since BuddyPress (1.6.0)
    31      */
    32     var $visibility_levels = array();
     31     * @var array
     32     */
     33    public $visibility_levels = array();
    3334
    3435    /**
Note: See TracChangeset for help on using the changeset viewer.