Changeset 24417 for trunk/wp-includes/general-template.php
- Timestamp:
- 06/06/2013 03:31:34 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r24225 r24417 156 156 do_action( 'pre_get_search_form' ); 157 157 158 $format = ( current_theme_supports( 'html5-search-form' )) ? 'html5' : 'xhtml';158 $format = current_theme_supports( 'html5', 'search-form' ) ? 'html5' : 'xhtml'; 159 159 $format = apply_filters( 'search_form_format', $format ); 160 160
Note: See TracChangeset
for help on using the changeset viewer.