Changeset 40950 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/25/2017 10:15:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r40637 r40950 616 616 * @global array $allowedentitynames 617 617 * 618 * @param string $context The context for which to retrieve tags.619 * Allowed values are post, strip, data,entities, or620 * the name of a field filter such as pre_user_description.618 * @param string|array $context The context for which to retrieve tags. 619 * Allowed values are post, strip, data, entities, or 620 * the name of a field filter such as pre_user_description. 621 621 * @return array List of allowed tags and their allowed attributes. 622 622 */ … … 630 630 * @since 3.5.0 631 631 * 632 * @param string $tags Allowed tags, attributes, and/or entities. 633 * @param string $context Context to judge allowed tags by. Allowed values are 'post', 634 * 'data', 'strip', 'entities', 'explicit', or the name of a filter. 632 * @param array $context Context to judge allowed tags by. 633 * @param string $context_type Context type (explicit). 635 634 */ 636 635 return apply_filters( 'wp_kses_allowed_html', $context, 'explicit' );
Note: See TracChangeset
for help on using the changeset viewer.