Ticket #18138: 18138.diff
| File 18138.diff, 558 bytes (added by , 15 years ago) |
|---|
-
post.php
1774 1774 global $content_width, $post; 1775 1775 1776 1776 $width = isset($content_width) && 800 > $content_width ? $content_width : 800; 1777 $width = $width + 10; // compensate for the padding1777 $width = $width + 22; // compensate for the padding and border 1778 1778 $dfw_width = get_user_setting( 'dfw_width', $width ); 1779 1779 $save = isset($post->post_status) && $post->post_status == 'publish' ? __('Update') : __('Save'); 1780 1780 ?>