Changeset 61115
- Timestamp:
- 11/03/2025 07:46:11 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/typography.php
r61015 r61115 307 307 */ 308 308 function wp_render_typography_support( $block_content, $block ) { 309 if ( ! empty( $block['attrs']['fitText'] ) ) {309 if ( ! empty( $block['attrs']['fitText'] ) && ! is_admin() ) { 310 310 wp_enqueue_script_module( '@wordpress/block-editor/utils/fit-text-frontend' ); 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.