Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:38:37 PM (5 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/admin/tools/reset.php

    r6896 r7006  
    3030                <tbody>
    3131                    <tr valign="top">
    32                         <th scope="row"><?php esc_html_e( 'The following data will be removed:', 'bbpress' ) ?></th>
     32                        <th scope="row"><?php esc_html_e( 'The following data will be removed:', 'bbpress' ); ?></th>
    3333                        <td>
    3434                            <?php esc_html_e( 'All Forums',           'bbpress' ); ?><br />
Note: See TracChangeset for help on using the changeset viewer.