Skip to:
Content

bbPress.org

Changeset 7048


Ignore:
Timestamp:
12/15/2019 11:08:47 AM (5 years ago)
Author:
netweb
Message:

PHPCS: Pinking shears.

Props jrf.
See #3294.
For trunk.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r7046 r7048  
    616616                'source'                    => 'bbpress'
    617617            ) )
    618          );
     618        );
    619619
    620620        // Orphan
     
    768768            'sanitize_callback' => 'bbp_number_not_negative',
    769769
    770              // All users may update count meta data
     770            // All users may update count meta data
    771771            'auth_callback'     => '__return_true'
    772772        );
  • trunk/src/includes/admin/classes/class-bbp-topic-replies-list-table.php

    r7006 r7048  
    138138     * @since 2.6.0 bbPress (r5886)
    139139     */
    140    public function column_bbp_reply_content( $item = '' ) {
     140    public function column_bbp_reply_content( $item = '' ) {
    141141
    142142        // Define actions array
  • trunk/src/templates/default/bbpress/content-search.php

    r6258 r7048  
    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.