Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/functions.php

    r13820 r13890  
    14311431 * @param string $parent_slug A parent slug if it's a secondary nav we are reordering (case of the Groups single item)
    14321432 *
    1433  * @return bool True on success. False otherwise.
     1433 * @return bool False otherwise.
    14341434 */
    14351435function bp_nouveau_set_nav_item_order( $nav = null, $order = array(), $parent_slug = '' ) {
Note: See TracChangeset for help on using the changeset viewer.