- Timestamp:
- 07/02/2021 07:07:01 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/functions.php
r49865 r51320 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.