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-core/bp-core-component.php

    r5927 r5999  
    6666
    6767    /**
     68     * Search input box placeholder string for the component
     69     *
     70     * @since BuddyPress (1.5)
     71     * @var string
     72     */
     73    public $search_string;
     74
     75    /**
     76     * Component's root slug
     77     *
     78     * @since BuddyPress (1.5)
     79     * @var string
     80     */
     81    public $root_slug;
     82
     83    /**
    6884     * Component loader
    6985     *
Note: See TracChangeset for help on using the changeset viewer.