Make WordPress Core


Ignore:
Timestamp:
05/19/2009 01:27:34 AM (15 years ago)
Author:
azaozz
Message:

Some more styling for the plugins screen

File:
1 edited

Legend:

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

    r11383 r11391  
    158158    $details_url = admin_url('plugin-install.php?tab=plugin-information&plugin=' . $r->slug . '&TB_iframe=true&width=600&height=800');
    159159
    160     echo '<tr><td colspan="5" class="plugin-update">';
     160    echo '<tr><td colspan="3" class="plugin-update"><div class="update-message">';
    161161    if ( ! current_user_can('update_plugins') )
    162162        printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
     
    168168    do_action( "in_plugin_update_message-$file", $plugin_data, $r );
    169169   
    170     echo '</td></tr>';
     170    echo '</div></td></tr>';
    171171}
    172172add_action( 'after_plugin_row', 'wp_plugin_update_row', 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.