Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (10 years ago)
Author:
johnjamesjacoby
Message:

I think this building should be condemned. There's serious metal fatigue in all the load-bearing members, the wiring is substandard, it's completely inadequate for our power needs, and the neighborhood is like a demilitarized zone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/includes/admin/settings.php

    r5793 r5829  
    724724    }
    725725
    726     if ( !empty( $theme_options ) ) : ?>
     726    if ( ! empty( $theme_options ) ) : ?>
    727727
    728728        <select name="_bbp_theme_package_id" id="_bbp_theme_package_id" <?php bbp_maybe_admin_setting_disabled( '_bbp_theme_package_id' ); ?>><?php echo $theme_options ?></select>
     
    17301730
    17311731            // Loop through root slugs and check for conflict
    1732             if ( !empty( $bp->pages ) ) {
     1732            if ( ! empty( $bp->pages ) ) {
    17331733                foreach ( $bp->pages as $page => $page_data ) {
    17341734                    $page_base    = $page . '_base';
Note: See TracChangeset for help on using the changeset viewer.