Changeset 47644 for branches/5.3/src/wp-includes/blocks/search.php
- Timestamp:
- 04/29/2020 04:04:20 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/blocks/search.php
r46189 r47644 53 53 return sprintf( 54 54 '<form class="%s" role="search" method="get" action="%s">%s</form>', 55 $class,55 esc_attr( $class ), 56 56 esc_url( home_url( '/' ) ), 57 57 $label_markup . $input_markup . $button_markup
Note: See TracChangeset
for help on using the changeset viewer.