Changeset 60521 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 07/29/2025 12:56:16 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r60159 r60521 3 3 * Twenty Fifteen 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. … … 339 339 340 340 /** 341 * Register widget area.341 * Registers widget area. 342 342 * 343 343 * @since Twenty Fifteen 1.0 … … 362 362 if ( ! function_exists( 'twentyfifteen_fonts_url' ) ) : 363 363 /** 364 * Register fonts for Twenty Fifteen.364 * Registers fonts for Twenty Fifteen. 365 365 * 366 366 * @since Twenty Fifteen 1.0 … … 418 418 419 419 /** 420 * Enqueue scripts and styles.420 * Enqueues scripts and styles. 421 421 * 422 422 * @since Twenty Fifteen 1.0 … … 479 479 480 480 /** 481 * Enqueue styles for the block-based editor.481 * Enqueues styles for the block-based editor. 482 482 * 483 483 * @since Twenty Fifteen 2.1 … … 494 494 495 495 /** 496 * Add preconnect for Google Fonts.496 * Adds preconnect for Google Fonts. 497 497 * 498 498 * @since Twenty Fifteen 1.7 … … 520 520 521 521 /** 522 * Add featured image as background image to post navigation elements.522 * Adds featured image as background image to post navigation elements. 523 523 * 524 524 * @since Twenty Fifteen 1.0 … … 562 562 563 563 /** 564 * Display descriptions in main navigation.564 * Displays descriptions in main navigation. 565 565 * 566 566 * @since Twenty Fifteen 1.0 … … 582 582 583 583 /** 584 * Add a `screen-reader-text` class to the search form's submit button.584 * Adds a `screen-reader-text` class to the search form's submit button. 585 585 * 586 586 * @since Twenty Fifteen 1.0 … … 658 658 659 659 /** 660 * Register block patterns and pattern categories.660 * Registers block patterns and pattern categories. 661 661 * 662 662 * @since Twenty Fifteen 3.9
Note: See TracChangeset
for help on using the changeset viewer.