mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Validation fix. Props Harish. fixes #10049
git-svn-id: https://develop.svn.wordpress.org/trunk@11527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -436,7 +436,7 @@ function print_plugins_table($plugins, $context = '') {
|
||||
|
||||
$plugin_meta = apply_filters('plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $context);
|
||||
echo implode(' | ', $plugin_meta);
|
||||
echo "</p></td>
|
||||
echo "</td>
|
||||
</tr>\n";
|
||||
|
||||
do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context );
|
||||
|
||||
Reference in New Issue
Block a user