- Timestamp:
- 07/02/2021 08:56:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/functions.php
r49865 r51304 96 96 ); 97 97 98 /* *98 /* 99 99 * Add support for core custom logo. 100 100 * … … 486 486 * thus it does not warrant having an entire dedicated blocking script being loaded. 487 487 * 488 * @since Twenty Twenty-One 1.0 489 * 488 490 * @link https://git.io/vWdr2 489 491 */ … … 604 606 */ 605 607 function twentytwentyone_the_html_classes() { 608 /** 609 * Filters the classes for the main <html> element. 610 * 611 * @since Twenty Twenty-One 1.0 612 * 613 * @param string The list of classes. Default empty string. 614 */ 606 615 $classes = apply_filters( 'twentytwentyone_html_classes', '' ); 607 616 if ( ! $classes ) {
Note: See TracChangeset
for help on using the changeset viewer.