Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/08/2014 02:43:54 PM (12 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/core/capabilities.php

    r5438 r5466  
    1313
    1414// Exit if accessed directly
    15 if ( !defined( 'ABSPATH' ) ) exit;
     15defined( 'ABSPATH' ) || exit;
    1616
    1717/** Mapping *******************************************************************/
Note: See TracChangeset for help on using the changeset viewer.