Make WordPress Core


Ignore:
Timestamp:
09/14/2009 02:03:32 PM (16 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r11926 r11930  
    571571            return false;
    572572        }
    573        
     573
    574574        $r = $current->response[ $theme ];
    575575
     
    10071007            $stylesheet = $this->upgrader->result['destination_name'];
    10081008            $template = !empty($theme_info['Template']) ? $theme_info['Template'] : $stylesheet;
    1009    
     1009
    10101010            $preview_link = htmlspecialchars( add_query_arg( array('preview' => 1, 'template' => $template, 'stylesheet' => $stylesheet, 'TB_iframe' => 'true' ), trailingslashit(esc_url(get_option('home'))) ) );
    10111011            $activate_link = wp_nonce_url("themes.php?action=activate&template=" . urlencode($template) . "&stylesheet=" . urlencode($stylesheet), 'switch-theme_' . $template);
    1012    
     1012
    10131013            $update_actions =  array(
    10141014                'preview' => '<a href="' . $preview_link . '" class="thickbox thickbox-preview" title="' . esc_attr(sprintf(__('Preview &#8220;%s&#8221;'), $name)) . '">' . __('Preview') . '</a>',
Note: See TracChangeset for help on using the changeset viewer.