Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:12:20 PM (2 years ago)
Author:
espellcaste
Message:

Refactor code to use shorthand syntax for exit statement.

See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/12.0.php

    r13824 r13877  
    88
    99// Exit if accessed directly.
    10 if ( ! defined( 'ABSPATH' ) ) {
    11         exit;
    12 }
     10defined( 'ABSPATH' ) || exit;
    1311
    1412// These functions has been moved to the BP Classic plugin.
Note: See TracChangeset for help on using the changeset viewer.