Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (15 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-upgrader.php

    r12673 r12752  
    913913
    914914        $this->plugin = $this->upgrader->plugin_info();
    915         if( !empty($this->plugin) && !is_wp_error($this->result) && $this->plugin_active ){
     915        if ( !empty($this->plugin) && !is_wp_error($this->result) && $this->plugin_active ){
    916916            show_message(__('Reactivating the plugin…'));
    917917            echo '<iframe style="border:0;overflow:hidden" width="100%" height="170px" src="' . wp_nonce_url('update.php?action=activate-plugin&plugin=' . $this->plugin, 'activate-plugin_' . $this->plugin) .'"></iframe>';
Note: See TracChangeset for help on using the changeset viewer.