Skip to:
Content

BuddyPress.org

Changeset 13729


Ignore:
Timestamp:
02/21/2024 05:42:27 PM (12 months ago)
Author:
imath
Message:

BP Nouveau: fix a typo and missing ponctuation of a function docblock

The concerned function is bp_nouveau_get_component_filters().

Props itpathsolutions

Fixes #9102

File:
1 edited

Legend:

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

    r13726 r13729  
    44 *
    55 * @since 3.0.0
    6  * @version 12.3.0
     6 * @version 14.0.0
    77 */
    88
     
    521521
    522522/**
    523  * Get Dropdawn filters for the current component of the one passed in params
    524  *
    525  * @since 3.0.0
    526  *
    527  * @param string $context   'directory', 'user' or 'group'
    528  * @param string $component The BuddyPress component ID
    529  *
    530  * @return array the dropdown filters
     523 * Get Dropdown filters for the current component of the one passed in params.
     524 *
     525 * @since 3.0.0
     526 *
     527 * @param string $context   'directory', 'user' or 'group'.
     528 * @param string $component The BuddyPress component ID.
     529 *
     530 * @return array the dropdown filters.
    531531 */
    532532function bp_nouveau_get_component_filters( $context = '', $component = '' ) {
Note: See TracChangeset for help on using the changeset viewer.