Changeset 5829 for trunk/src/includes/admin/settings.php
- Timestamp:
- 07/14/2015 12:46:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/includes/admin/settings.php ¶
r5793 r5829 724 724 } 725 725 726 if ( ! empty( $theme_options ) ) : ?>726 if ( ! empty( $theme_options ) ) : ?> 727 727 728 728 <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> … … 1730 1730 1731 1731 // Loop through root slugs and check for conflict 1732 if ( ! empty( $bp->pages ) ) {1732 if ( ! empty( $bp->pages ) ) { 1733 1733 foreach ( $bp->pages as $page => $page_data ) { 1734 1734 $page_base = $page . '_base';
Note: See TracChangeset
for help on using the changeset viewer.