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/template.php

    r5868 r5908  
    13091309
    13101310        // Set request varaible
    1311         $pre_ret_val = $_REQUEST[$request];
     1311        $pre_ret_val = $_REQUEST[ $request ];
    13121312
    13131313        // Treat different kinds of fields in different ways
     
    18901890    foreach ( $plugins as $key => $value ) {
    18911891        if ( 'fullscreen' === $value ) {
    1892             unset( $plugins[$key] );
     1892            unset( $plugins[ $key ] );
    18931893            break;
    18941894        }
Note: See TracChangeset for help on using the changeset viewer.