Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/15/2019 11:09:41 AM (7 years ago)
Author:
netweb
Message:

PHPCS: Pinking shears.

Props jrf.
See #3294.
For branches/2.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/templates/default/bbpress/content-search.php

    r6258 r7049  
    2323        <?php if ( bbp_has_search_results() ) : ?>
    2424
    25                  <?php bbp_get_template_part( 'pagination', 'search' ); ?>
     25                <?php bbp_get_template_part( 'pagination', 'search' ); ?>
    2626
    27                  <?php bbp_get_template_part( 'loop',       'search' ); ?>
     27                <?php bbp_get_template_part( 'loop',       'search' ); ?>
    2828
    29                  <?php bbp_get_template_part( 'pagination', 'search' ); ?>
     29                <?php bbp_get_template_part( 'pagination', 'search' ); ?>
    3030
    3131        <?php elseif ( bbp_get_search_terms() ) : ?>
    3232
    33                  <?php bbp_get_template_part( 'feedback',   'no-search' ); ?>
     33                <?php bbp_get_template_part( 'feedback',   'no-search' ); ?>
    3434
    3535        <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.