Changeset 11288
- Timestamp:
- 10/20/2021 11:41:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/searchform.php
r11083 r11288 32 32 <input type="search" id="s" class="search-field" placeholder="<?php echo esc_attr( $placeholder ); ?>" value="<?php the_search_query(); ?>" name="s" /> 33 33 <?php if ( $project ) : ?> 34 <input type="hidden" name="intext" value="<?php echo esc_attr( $project-> prefixed_title); ?>" />34 <input type="hidden" name="intext" value="<?php echo esc_attr( $project->search_prefix ); ?>" /> 35 35 <?php endif; ?> 36 36 <?php if ( $tab ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.