Changeset 50556 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 03/20/2021 06:28:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r50504 r50556 1064 1064 $form .= '<input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" />'; 1065 1065 $form .= '<label for="adminbar-search" class="screen-reader-text">' . __( 'Search' ) . '</label>'; 1066 $form .= '<input type="submit" class="adminbar-button" value="' . __( 'Search' ) . '" />';1066 $form .= '<input type="submit" class="adminbar-button" value="' . __( 'Search' ) . '" />'; 1067 1067 $form .= '</form>'; 1068 1068
Note: See TracChangeset
for help on using the changeset viewer.