- Timestamp:
- 12/17/2020 02:55:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/functions.php
r49726 r49826 7 7 * @package WordPress 8 8 * @subpackage Twenty_Twenty_One 9 * @since 1.0.09 * @since Twenty Twenty-One 1.0 10 10 */ 11 11 … … 23 23 * as indicating support for post thumbnails. 24 24 * 25 * @since 1.0.025 * @since Twenty Twenty-One 1.0 26 26 * 27 27 * @return void … … 346 346 * Register widget area. 347 347 * 348 * @since 1.0.0348 * @since Twenty Twenty-One 1.0 349 349 * 350 350 * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar … … 373 373 * Priority 0 to make it available to lower priority callbacks. 374 374 * 375 * @since 1.0.0375 * @since Twenty Twenty-One 1.0 376 376 * 377 377 * @global int $content_width Content width. … … 390 390 * Enqueue scripts and styles. 391 391 * 392 * @since 1.0.0392 * @since Twenty Twenty-One 1.0 393 393 * 394 394 * @return void … … 450 450 * Enqueue block editor script. 451 451 * 452 * @since 1.0.0452 * @since Twenty Twenty-One 1.0 453 453 * 454 454 * @return void … … 489 489 /** Enqueue non-latin language styles 490 490 * 491 * @since 1.0.0491 * @since Twenty Twenty-One 1.0 492 492 * 493 493 * @return void … … 535 535 * Enqueue scripts for the customizer preview. 536 536 * 537 * @since 1.0.0537 * @since Twenty Twenty-One 1.0 538 538 * 539 539 * @return void … … 561 561 * Enqueue scripts for the customizer. 562 562 * 563 * @since 1.0.0563 * @since Twenty Twenty-One 1.0 564 564 * 565 565 * @return void … … 580 580 * Calculate classes for the main <html> element. 581 581 * 582 * @since 1.0.0582 * @since Twenty Twenty-One 1.0 583 583 * 584 584 * @return void … … 595 595 * Add "is-IE" class to body if the user is on Internet Explorer. 596 596 * 597 * @since 1.0.0597 * @since Twenty Twenty-One 1.0 598 598 * 599 599 * @return void
Note: See TracChangeset
for help on using the changeset viewer.