Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/20/2025 07:23:50 PM (4 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring more PHPCS sniffs.

  • Universal.WhiteSpace.CommaSpacing.TooMuchSpaceAfter
  • WordPress.Arrays.ArrayIndentation.ItemNotAligned
  • WordPress.Arrays.ArrayIndentation.MultiLineArrayItemNotAligned
  • WordPress.Arrays.ArrayKeySpacingRestrictions.NoSpacesAroundArrayKeys
  • WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys
  • WordPress.Arrays.MultipleStatementAlignment.MultilineItemSpaceBeforeDoubleArrow
  • WordPress.Arrays.MultipleStatementAlignment.SpaceBeforeDoubleArrow

This commit includes code formatting changes to pass the above PHPCS checks.

See #3658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/theme-compat.php

    r7363 r7376  
    10061006
    10071007        // Filters exist in this priority
    1008         if ( ! empty( $priority ) && isset( $bbp->filters->wp_filter[ $tag ][ $priority  ] ) ) {
     1008        if ( ! empty( $priority ) && isset( $bbp->filters->wp_filter[ $tag ][ $priority ] ) ) {
    10091009
    10101010            // Store filters in a backup
Note: See TracChangeset for help on using the changeset viewer.