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/core/cache.php

    r5438 r5466  
    1414
    1515// Exit if accessed directly
    16 if ( !defined( 'ABSPATH' ) ) exit;
     16defined( 'ABSPATH' ) || exit;
    1717
    1818/** Helpers *******************************************************************/
Note: See TracChangeset for help on using the changeset viewer.