Changeset 12087 for trunk/wp-admin/update-core.php
- Timestamp:
- 10/22/2009 04:19:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r12086 r12087 163 163 <tr class='active'> 164 164 <th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($plugin_file) . "' /></th> 165 <td class='plugin-title'><strong>{$plugin_data->Name}</strong> </td>165 <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> 166 166 </tr>"; 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.