Skip to:
Content

bbPress.org


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

Sniffer: Whitespace around variables in arrays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/functions.php

    r5888 r5908  
    105105
    106106        if ( ! empty( $key ) && in_array( $key, array_keys( $cookie_names ) ) ) {
    107             return $bbp_current_poster[$cookie_names[$key]];
     107            return $bbp_current_poster[ $cookie_names[ $key ] ];
    108108        }
    109109
Note: See TracChangeset for help on using the changeset viewer.