Changeset 58561
- Timestamp:
- 06/25/2024 12:43:06 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r58471 r58561 1775 1775 } 1776 1776 1777 1778 1777 /** 1779 1778 * Sanitizes the value of the Template Part block's `tagName` attribute. … … 1781 1780 * @since 6.5.5 1782 1781 * 1783 * @param string $attribute_valueThe attribute value to filter.1784 * @param string $attribute_nameThe attribute name.1785 * @param array[]|string $allowed_htmlAn array of allowed HTML elements and attributes,1786 * 1787 * 1782 * @param string $attribute_value The attribute value to filter. 1783 * @param string $attribute_name The attribute name. 1784 * @param array[]|string $allowed_html An array of allowed HTML elements and attributes, 1785 * or a context name such as 'post'. See wp_kses_allowed_html() 1786 * for the list of accepted context names. 1788 1787 * @return string The sanitized attribute value. 1789 1788 */
Note: See TracChangeset
for help on using the changeset viewer.