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/topics/functions.php

    r5893 r5908  
    32353235    foreach ( (array) $stickies as $key => $id ) {
    32363236        if ( ! bbp_is_topic( $id ) ) {
    3237             unset( $stickies[$key] );
     3237            unset( $stickies[ $key ] );
    32383238        }
    32393239    }
Note: See TracChangeset for help on using the changeset viewer.