Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:38:37 PM (7 years ago)
Author:
netweb
Message:

Build Tools: Add PHPCS with custom bbPress ruleset

  • This changeset adds an initial bbPress PHPCS ruleset
  • Future iteration of the rules in the ruleset can follow later
  • To run the PHPCS check run `grunt phpcs

Fixes #3294.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/loader.php

    r6807 r7006  
    243243
    244244                // Favorite topics
    245                 if ( bbp_is_favorites_active() ){
     245                if ( bbp_is_favorites_active() ) {
    246246                        $sub_nav[] = array(
    247247                                'name'            => esc_html__( 'Favorites', 'bbpress' ),
     
    380380                                        'type'    => 'thumb'
    381381                                ) );
    382                                 $bp->bp_options_title = bp_get_displayed_user_fullname();
     382                                $bp->bp_options_title  = bp_get_displayed_user_fullname();
    383383                        }
    384384                }
Note: See TracChangeset for help on using the changeset viewer.