Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (8 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

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

    r11903 r12008  
    6868
    6969    // Trim @ from usernames
     70    /**
     71     * Filters the results of trimming of `@` characters from usernames for who is set to receive a message.
     72     *
     73     * @since 3.0.0
     74     *
     75     * @param array $value Array of trimmed usernames.
     76     * @param array $value Array of un-trimmed usernames submitted.
     77     */
    7078    $recipients = apply_filters( 'bp_messages_recipients', array_map( function( $username ) {
    7179        return trim( $username, '@' );
Note: See TracChangeset for help on using the changeset viewer.