Changeset 5829 for trunk/src/includes/admin/admin.php
- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/admin.php
r5827 r5829 317 317 */ 318 318 public static function new_install() { 319 if ( ! bbp_is_install() ) {319 if ( ! bbp_is_install() ) { 320 320 return; 321 321 } … … 360 360 361 361 // Toggle the section if core integration is on 362 if ( ( true === $settings_integration ) && ! empty( $section['page'] ) ) {362 if ( ( true === $settings_integration ) && ! empty( $section['page'] ) ) { 363 363 $page = $section['page']; 364 364 } else { … … 373 373 374 374 // Add the field 375 if ( ! empty( $field['callback'] ) && ! empty( $field['title'] ) ) {375 if ( ! empty( $field['callback'] ) && ! empty( $field['title'] ) ) { 376 376 add_settings_field( $field_id, $field['title'], $field['callback'], $page, $section_id, $field['args'] ); 377 377 }
Note: See TracChangeset
for help on using the changeset viewer.