Make WordPress Core

Changeset 16663


Ignore:
Timestamp:
12/01/2010 08:07:22 PM (14 years ago)
Author:
ryan
Message:

Allow long plugin upgrade notices to wrap. Props duck_. fixes #14068

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update-core.php

    r16533 r16663  
    236236    <tr class='active'>
    237237        <th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($plugin_file) . "' /></th>
    238         <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>
     238        <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>
    239239    </tr>";
    240240    }
Note: See TracChangeset for help on using the changeset viewer.