Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/11/2015 08:17:53 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Sniffer: Whitespace around variables in arrays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/formatting.php

    r5770 r5908  
    171171
    172172        // Which walker to use based on the tag and arguments
    173         if ( isset( $empty[$tag] ) ) {
     173        if ( isset( $empty[ $tag ] ) ) {
    174174            array_walk( $content, 'bbp_encode_empty_callback',  $preg );
    175175        } else {
Note: See TracChangeset for help on using the changeset viewer.