Changeset 47051 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 01/08/2020 11:55:03 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r46586 r47051 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 ); 28 34 } 29 35 … … 46 52 $class .= ' ' . $attributes['className']; 47 53 } 48 49 54 if ( isset( $attributes['align'] ) ) { 50 55 $class .= ' align' . $attributes['align'];
Note: See TracChangeset
for help on using the changeset viewer.