Changeset 19593 for trunk/wp-admin/update-core.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r19535 r19593 37 37 $show_buttons = true; 38 38 if ( 'development' == $update->response ) { 39 $message = __('You are using a development version of WordPress. 39 $message = __('You are using a development version of WordPress. You can update to the latest nightly build automatically or download the nightly build and install it manually:'); 40 40 $download = __('Download nightly build'); 41 41 } else { … … 318 318 <tr class='active'> 319 319 <th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($stylesheet) . "' /></th> 320 <td class='plugin-title'><img src='$screenshot' width='64' height='64' style='float:left; padding: 0 5px 5px' /><strong>{$theme_data->Name}</strong>" . 320 <td class='plugin-title'><img src='$screenshot' width='64' height='64' style='float:left; padding: 0 5px 5px' /><strong>{$theme_data->Name}</strong>" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $theme_data->Version, $theme_data->update['new_version']) . "</td> 321 321 </tr>"; 322 322 }
Note: See TracChangeset
for help on using the changeset viewer.