Make WordPress Core

Ticket #14068: update-core.php.diff

File update-core.php.diff, 833 bytes (added by duck_, 15 years ago)
  • wp-admin/update-core.php

     
    228228                echo "
    229229        <tr class='active'>
    230230                <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>
    232232        </tr>";
    233233        }
    234234?>