Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 01:31:37 AM (3 years ago)
Author:
espellcaste
Message:

Properly declare missing properties to several classes.

Closes https://github.com/buddypress/buddypress/pull/54
See #7018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-component.php

    r13336 r13399  
    2727     */
    2828    public $types = array();
     29
     30    /**
     31     * Main nav arguments.
     32     *
     33     * @since 2.2.0
     34     * @var array
     35     */
     36    public $main_nav = array();
     37
     38    /**
     39     * Main nav arguments.
     40     *
     41     * @since 2.2.0
     42     * @var array
     43     */
     44    public $sub_nav = array();
     45
     46    /**
     47     * Nav for the members component.
     48     *
     49     * @since 2.2.0
     50     * @var BP_Core_Nav
     51     */
     52    public $nav;
    2953
    3054    /**
Note: See TracChangeset for help on using the changeset viewer.