Changeset 61492 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/16/2026 10:30:09 AM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61436 r61492 5228 5228 */ 5229 5229 function wp_pre_kses_block_attributes( $content, $allowed_html, $allowed_protocols ) { 5230 // If the block parser isn't available, skip block attribute filtering. 5231 if ( ! class_exists( 'WP_Block_Parser' ) ) { 5232 return $content; 5233 } 5234 5230 5235 /* 5231 5236 * `filter_block_content` is expected to call `wp_kses`. Temporarily remove
Note: See TracChangeset
for help on using the changeset viewer.