Ticket #14068: update-core.php.diff
File update-core.php.diff, 833 bytes (added by , 15 years ago) |
---|
-
wp-admin/update-core.php
228 228 echo " 229 229 <tr class='active'> 230 230 <th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($plugin_file) . "' /></th> 231 <td class='plugin-title'><strong>{$plugin_data->Name}</strong>" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . $compat . $upgrade_notice . "</td>231 <td><strong>{$plugin_data->Name}</strong><br />" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . $compat . $upgrade_notice . "</td> 232 232 </tr>"; 233 233 } 234 234 ?>