Make WordPress Core


Ignore:
Timestamp:
05/21/2009 09:40:11 AM (16 years ago)
Author:
azaozz
Message:

Fix styling for the plugins screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r11391 r11422  
    382382        <td class='plugin-title'><strong>{$plugin_data['Name']}</strong></td>
    383383        <td class='desc'><p>{$plugin_data['Description']}</p></td>
    384     </tr>\n";
    385 
    386         do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context );
    387         do_action( "after_plugin_row_$plugin_file", $plugin_file, $plugin_data, $context );
    388 
    389         echo "
     384    </tr>
    390385    <tr class='$class second'>
    391386        <td></td>
     
    416411        echo "</p></td>
    417412    </tr>\n";
     413   
     414        do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context );
     415        do_action( "after_plugin_row_$plugin_file", $plugin_file, $plugin_data, $context );
    418416    }
    419417?>
Note: See TracChangeset for help on using the changeset viewer.