Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/08/2014 02:43:54 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Simpify ABSPATH checks to pass coding standard sniffers that look for brackets on comparisons.

File:
1 edited

Legend:

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

    r5442 r5466  
    99
    1010// Exit if accessed directly
    11 if ( !defined( 'ABSPATH' ) ) exit;
     11defined( 'ABSPATH' ) || exit;
    1212
    1313/** Users *********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.