Changeset 62479
- Timestamp:
- 06/09/2026 06:10:02 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r61319 r62479 33 33 * 34 34 * @since Twenty Twenty 1.0 35 * 36 * @global int $content_width Content width. 37 * @global string $wp_version The WordPress version string. 35 38 */ 36 39 function twentytwenty_theme_support() { … … 462 465 } 463 466 467 /** 468 * @global string $wp_version The WordPress version string. 469 */ 464 470 if ( is_admin() && version_compare( $GLOBALS['wp_version'], '6.3', '>=' ) ) { 465 471 add_action( 'enqueue_block_assets', 'twentytwenty_block_editor_styles', 1, 1 );
Note: See TracChangeset
for help on using the changeset viewer.