Changeset 47198 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r47051 r47198 26 26 $attributes['label'] 27 27 ); 28 } else {29 $label_markup = sprintf(30 '<label for="%s" class="wp-block-search__label screen-reader-text">%s</label>',31 $input_id,32 __( 'Search' )33 );34 28 } 35 29 … … 52 46 $class .= ' ' . $attributes['className']; 53 47 } 48 54 49 if ( isset( $attributes['align'] ) ) { 55 50 $class .= ' align' . $attributes['align'];
Note: See TracChangeset
for help on using the changeset viewer.