Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (8 years ago)
Author:
tw2113
Message:

Cleanup from recent Scrutinizer review around documentation and param/return types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-core-nav.php

    r11147 r11447  
    213213     * @param string $slug        The slug of the main item.
    214214     * @param string $parent_slug The slug of the sub item.
    215      * @return bool|callable|array False on failure, the screen function(s) on success.
     215     * @return false|callable|array False on failure, the screen function(s) on success.
    216216     */
    217217    public function delete_nav( $slug = '', $parent_slug = '' ) {
Note: See TracChangeset for help on using the changeset viewer.