Ticket #23164: update-core.diff
| File update-core.diff, 1.1 KB (added by , 13 years ago) |
|---|
-
trunk/wp-admin/update-core.php
289 289 echo " 290 290 <tr class='active'> 291 291 <th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr( $stylesheet ) . "' /></th> 292 <td class='plugin-title'><img src='" . esc_url( $theme->get_screenshot() ) . "' width=' 64' height='64' style='float:left; padding: 0 5px 5px' /><strong>" . $theme->display('Name') . '</strong> ' . sprintf( __( 'You have version %1$s installed. Update to %2$s.' ), $theme->display('Version'), $theme->update['new_version'] ) . "</td>292 <td class='plugin-title'><img src='" . esc_url( $theme->get_screenshot() ) . "' width='85' height='64' style='float:left; padding: 0 5px 5px' /><strong>" . $theme->display('Name') . '</strong> ' . sprintf( __( 'You have version %1$s installed. Update to %2$s.' ), $theme->display('Version'), $theme->update['new_version'] ) . "</td> 293 293 </tr>"; 294 294 } 295 295 ?>