Making WordPress.org

Changeset 2148


Ignore:
Timestamp:
11/30/2015 10:02:46 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Remote CSS: Whitespace cleanup.

Location:
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/app/user-interface.php

    r2146 r2148  
    3535            $notice_class = 'notice-success';
    3636        } catch( \Exception $exception ) {
    37             $notice         = $exception->getMessage();
    38             $notice_class   = 'notice-error';
     37            $notice       = $exception->getMessage();
     38            $notice_class = 'notice-error';
    3939        }
    4040    }
     
    206206    }
    207207
    208     $parsed_url     = parse_url( $remote_css_url );
     208    $parsed_url = parse_url( $remote_css_url );
    209209
    210210    /*
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/views/page-remote-css.php

    r2124 r2148  
    4141        <div id="message" class="notice <?php echo esc_attr( $notice_class ); ?> is-dismissible">
    4242            <?php
    43                 /*
     43                /*
    4444                 * Typically KSES is discouraged when displaying text because it's expensive, but in this case
    4545                 * it's appropriate because the underlying layers need to pass HTML-formatted error messages, and
Note: See TracChangeset for help on using the changeset viewer.