Making WordPress.org

Changeset 11288


Ignore:
Timestamp:
10/20/2021 11:41:56 PM (3 years ago)
Author:
dd32
Message:

Support Forums: Make the forum search work for plugins that use pipe characters in their plugin name. Take Two.

Missed including a file in [11287].

See #5932.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/searchform.php

    r11083 r11288  
    3232    <input type="search" id="s" class="search-field" placeholder="<?php echo esc_attr( $placeholder ); ?>" value="<?php the_search_query(); ?>" name="s" />
    3333    <?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 ); ?>" />
    3535    <?php endif; ?>
    3636    <?php if ( $tab ) : ?>
Note: See TracChangeset for help on using the changeset viewer.