Make WordPress Core

Ticket #18138: 18138.diff

File 18138.diff, 558 bytes (added by helenyhou, 15 years ago)
  • post.php

     
    17741774        global $content_width, $post;
    17751775
    17761776        $width = isset($content_width) && 800 > $content_width ? $content_width : 800;
    1777         $width = $width + 10; // compensate for the padding
     1777        $width = $width + 22; // compensate for the padding and border
    17781778        $dfw_width = get_user_setting( 'dfw_width', $width );
    17791779        $save = isset($post->post_status) && $post->post_status == 'publish' ? __('Update') : __('Save');
    17801780?>