Changeset 60527 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 07/31/2025 08:46:03 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r60455 r60527 3 3 * Twenty Sixteen functions and definitions 4 4 * 5 * Set up the theme and provides some helper functions, which are used in the5 * Sets up the theme and provides some helper functions, which are used in the 6 6 * theme as custom template tags. Others are attached to action and filter 7 7 * hooks in WordPress to change core functionality. … … 252 252 253 253 /** 254 * Add preconnect for Google Fonts.254 * Adds preconnect for Google Fonts. 255 255 * 256 256 * @since Twenty Sixteen 1.6 … … 321 321 if ( ! function_exists( 'twentysixteen_fonts_url' ) ) : 322 322 /** 323 * Register fonts for Twenty Sixteen.323 * Registers fonts for Twenty Sixteen. 324 324 * 325 325 * Create your own twentysixteen_fonts_url() function to override in a child theme. … … 447 447 448 448 /** 449 * Enqueue styles for the block-based editor.449 * Enqueues styles for the block-based editor. 450 450 * 451 451 * @since Twenty Sixteen 1.6 … … 531 531 532 532 /** 533 * Register block patterns and pattern categories.533 * Registers block patterns and pattern categories. 534 534 * 535 535 * @since Twenty Sixteen 3.4 … … 547 547 548 548 /** 549 * Add custom image sizes attribute to enhance responsive image functionality549 * Adds custom image sizes attribute to enhance responsive image functionality 550 550 * for content images 551 551 * … … 581 581 582 582 /** 583 * Add custom image sizes attribute to enhance responsive image functionality583 * Adds custom image sizes attribute to enhance responsive image functionality 584 584 * for post thumbnails 585 585 *
Note: See TracChangeset
for help on using the changeset viewer.