Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/11/2021 05:26:17 PM (4 years ago)
Author:
espellcaste
Message:

Making PHPDoc Improvements to the BP Members (component) files.

Also, adding several minor PHP changes.

See #8553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-filters.php

    r12945 r13105  
    1616 * Escape commonly used fullname output functions.
    1717 */
    18 add_filter( 'bp_displayed_user_fullname',    'esc_html' );
     18add_filter( 'bp_displayed_user_fullname', 'esc_html' );
    1919add_filter( 'bp_get_loggedin_user_fullname', 'esc_html' );
    2020
     
    135135 *
    136136 * @param bool   $retval     Whether or not the current user has the capability.
    137  * @param int    $user_id
     137 * @param int    $user_id    User ID.
    138138 * @param string $capability The capability being checked for.
    139139 * @param int    $site_id    Site ID. Defaults to the BP root blog.
     
    327327 * @param int|string $value    The value for the requested property.
    328328 * @param string     $property The name of the requested property.
    329  * @param string     $context  The context of display.
     329 * @param string     $context  Optional. The context of display.
    330330 * @return int|string          The sanitized value.
    331331 */
Note: See TracChangeset for help on using the changeset viewer.