Changeset 11797 for trunk/src/bp-core/classes/class-bp-core-nav.php
- Timestamp:
- 01/05/2018 01:38:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-nav.php
r11447 r11797 353 353 * @param array $args Filters to select the specific secondary items. See wp_list_filter(). 354 354 * @param bool $sort True to sort the nav items. False otherwise. 355 * @return array The list of secondary objects nav355 * @return bool|array The list of secondary objects nav, or false if none set. 356 356 */ 357 357 public function get_secondary( $args = array(), $sort = true ) {
Note: See TracChangeset
for help on using the changeset viewer.