Skip to:
Content

bbPress.org

Changeset 5466 for trunk/src/bbpress.php


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

    r5423 r5466  
    2525
    2626// Exit if accessed directly
    27 if ( !defined( 'ABSPATH' ) ) exit;
     27defined( 'ABSPATH' ) || exit;
    2828
    2929if ( !class_exists( 'bbPress' ) ) :
Note: See TracChangeset for help on using the changeset viewer.