Changeset 23799 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 03/26/2013 08:34:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23795 r23799 547 547 548 548 /** 549 * Switches default core markup for search form to output valid HTML5. 550 * 551 * @param string $format Expected markup format, default is `xhtml` 552 * @return string Twenty Thirteen loves HTML5. 553 */ 554 function twentythirteen_searchform_format( $format ) { 555 return 'html5'; 556 } 557 add_filter( 'search_form_format', 'twentythirteen_searchform_format' ); 558 559 /** 549 560 * Add postMessage support for site title and description for the Customizer. 550 561 *
Note: See TracChangeset
for help on using the changeset viewer.