Changeset 13105 for trunk/src/bp-members/bp-members-filters.php
- Timestamp:
- 09/11/2021 05:26:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-filters.php
r12945 r13105 16 16 * Escape commonly used fullname output functions. 17 17 */ 18 add_filter( 'bp_displayed_user_fullname', 18 add_filter( 'bp_displayed_user_fullname', 'esc_html' ); 19 19 add_filter( 'bp_get_loggedin_user_fullname', 'esc_html' ); 20 20 … … 135 135 * 136 136 * @param bool $retval Whether or not the current user has the capability. 137 * @param int $user_id 137 * @param int $user_id User ID. 138 138 * @param string $capability The capability being checked for. 139 139 * @param int $site_id Site ID. Defaults to the BP root blog. … … 327 327 * @param int|string $value The value for the requested property. 328 328 * @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. 330 330 * @return int|string The sanitized value. 331 331 */
Note: See TracChangeset
for help on using the changeset viewer.