From c8f9570ff9e34e1b98bf15c20f5c94ab49b78dc1 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 16 May 2009 19:45:31 +0000 Subject: [PATCH] Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here). git-svn-id: https://develop.svn.wordpress.org/trunk@11368 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index e26479f1ed..317632c86f 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -326,7 +326,6 @@ function print_plugins_table($plugins, $context = '') { - @@ -335,7 +334,6 @@ function print_plugins_table($plugins, $context = '') { - @@ -381,8 +379,11 @@ function print_plugins_table($plugins, $context = '') { } echo ''; echo " - {$plugin_data['Version']} -

{$plugin_data['Description']}"; +

{$plugin_data['Description']}

"; + if ( !empty($plugin_data['Version']) ) { + printf(__('Version: %s'), $plugin_data['Version']); + echo ' '; + } if ( !empty($plugin_data['Author']) ) { $author = $plugin_data['Author']; if ( !empty($plugin_data['AuthorURI']) )