Changeset 37518 for trunk/src/wp-includes/kses.php
- Timestamp:
- 05/22/2016 06:49:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r37342 r37518 627 627 if ( is_array( $context ) ) { 628 628 /** 629 * Filter HTML elements allowed for a given context.629 * Filters HTML elements allowed for a given context. 630 630 * 631 631 * @since 3.5.0 … … 680 680 function wp_kses_hook( $string, $allowed_html, $allowed_protocols ) { 681 681 /** 682 * Filter content to be run through kses.682 * Filters content to be run through kses. 683 683 * 684 684 * @since 2.3.0 … … 1705 1705 1706 1706 /** 1707 * Filter list of allowed CSS attributes.1707 * Filters list of allowed CSS attributes. 1708 1708 * 1709 1709 * @since 2.8.1
Note: See TracChangeset
for help on using the changeset viewer.