Changeset 61504 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/20/2026 11:01:11 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61492 r61504 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 5235 5230 /* 5236 5231 * `filter_block_content` is expected to call `wp_kses`. Temporarily remove
Note: See TracChangeset
for help on using the changeset viewer.