Changeset 51300 for trunk/src/wp-includes/kses.php
- Timestamp:
- 07/01/2021 09:11:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r51007 r51300 855 855 if ( is_array( $context ) ) { 856 856 /** 857 * Filters the HTML t hat isallowed for a given context.857 * Filters the HTML tags that are allowed for a given context. 858 858 * 859 859 * @since 3.5.0 … … 1041 1041 * @global string[] $pass_allowed_protocols Array of allowed URL protocols. 1042 1042 * 1043 * @param array $match espreg_replace regexp matches1043 * @param array $match preg_replace regexp matches 1044 1044 * @return string 1045 1045 */
Note: See TracChangeset
for help on using the changeset viewer.