Changeset 13520 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/content-search.php
- Timestamp:
- 04/15/2024 04:52:02 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/content-search.php
r7818 r13520 2 2 <?php bbp_breadcrumb(); ?> 3 3 4 <?php if ( bbp_is_forum_archive() || bbp_is_topic_archive() || bbp_is_search()) : ?>4 <?php if ( bbp_is_forum_archive() || bbp_is_topic_archive() ) : ?> 5 5 6 6 <div class="bbp-search-form"> … … 13 13 14 14 <div id="bbpress-forums"> 15 16 <h1><?php bbp_search_title(); ?></h1> 15 17 16 18 <?php bbp_set_query_name( 'bbp_search' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.