Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/16/2017 05:51:57 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for !class_exists() checks, and bump to 2.6-beta-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/topics.php

    r6200 r6250  
    1111defined( 'ABSPATH' ) || exit;
    1212
    13 if ( !class_exists( 'BBP_Topics_Admin' ) ) :
     13if ( ! class_exists( 'BBP_Topics_Admin' ) ) :
    1414/**
    1515 * Loads bbPress topics admin area
Note: See TracChangeset for help on using the changeset viewer.