Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/08/2014 02:43:54 PM (11 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/common/functions.php

    r5437 r5466  
    1212
    1313// Exit if accessed directly
    14 if ( !defined( 'ABSPATH' ) ) exit;
     14defined( 'ABSPATH' ) || exit;
    1515
    1616/** Formatting ****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.