Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update-core.php

    r19003 r19054  
    1313wp_enqueue_script( 'plugin-install' );
    1414add_thickbox();
    15    
     15
    1616if ( is_multisite() && ! is_network_admin() ) {
    1717    wp_redirect( network_admin_url( 'update-core.php' ) );
     
    251251            $upgrade_notice = '';
    252252        }
    253        
     253
    254254        $details_url = self_admin_url('plugin-install.php?tab=plugin-information&plugin=' . $plugin_data->update->slug . '&TB_iframe=true&width=640&height=662');
    255         $details_text = sprintf(__('View version %1$s details'), $plugin_data->update->new_version); 
     255        $details_text = sprintf(__('View version %1$s details'), $plugin_data->update->new_version);
    256256        $details = sprintf('<a href="%1$s" class="thickbox" title="%2$s">%3$s</a>.', esc_url($details_url), esc_attr($plugin_data->Name), $details_text);
    257        
     257
    258258        echo "
    259259    <tr class='active'>
Note: See TracChangeset for help on using the changeset viewer.