GUU UI rough in. see #10973

git-svn-id: http://svn.automattic.com/wordpress/trunk@12087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-10-22 16:19:50 +00:00
parent 5653e587b3
commit 08f3564b22
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function list_plugin_updates() {
echo "
<tr class='active'>
<th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($plugin_file) . "' /></th>
<td class='plugin-title'><strong>{$plugin_data->Name}</strong></td>
<td class='plugin-title'><strong>{$plugin_data->Name}</strong>" . sprintf(__('You are running version %1$s. Upgrade to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . "</td>
</tr>";
}
?>