Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (11 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
  • trunk/src/includes/admin/admin.php

    r5827 r5829  
    317317     */
    318318    public static function new_install() {
    319         if ( !bbp_is_install() ) {
     319        if ( ! bbp_is_install() ) {
    320320            return;
    321321        }
     
    360360
    361361            // Toggle the section if core integration is on
    362             if ( ( true === $settings_integration ) && !empty( $section['page'] ) ) {
     362            if ( ( true === $settings_integration ) && ! empty( $section['page'] ) ) {
    363363                $page = $section['page'];
    364364            } else {
     
    373373
    374374                // Add the field
    375                 if ( ! empty( $field['callback'] ) && !empty( $field['title'] ) ) {
     375                if ( ! empty( $field['callback'] ) && ! empty( $field['title'] ) ) {
    376376                    add_settings_field( $field_id, $field['title'], $field['callback'], $page, $section_id, $field['args'] );
    377377                }
Note: See TracChangeset for help on using the changeset viewer.