Changeset 49927 for trunk/src/wp-includes/kses.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r49304 r49927 40 40 * @since 1.2.0 41 41 * 42 * @var array[]| boolArray of default allowable HTML tags, or false to use the defaults.42 * @var array[]|false Array of default allowable HTML tags, or false to use the defaults. 43 43 */ 44 44 if ( ! defined( 'CUSTOM_TAGS' ) ) { … … 1412 1412 * 1413 1413 * @param string $element HTML element. 1414 * @return array| boolList of attributes found in the element. Returns false on failure.1414 * @return array|false List of attributes found in the element. Returns false on failure. 1415 1415 */ 1416 1416 function wp_kses_attr_parse( $element ) { … … 1463 1463 * 1464 1464 * @param string $attr Attribute list from HTML element to closing HTML element tag. 1465 * @return array| boolList of attributes found in $attr. Returns false on failure.1465 * @return array|false List of attributes found in $attr. Returns false on failure. 1466 1466 */ 1467 1467 function wp_kses_hair_parse( $attr ) {
Note: See TracChangeset
for help on using the changeset viewer.