Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r18827 r19593  
    5454    }
    5555    elseif ( $size == 'large' ) {
    56         // we're inserting a large size image into the editor.  if it's a really
     56        // We're inserting a large size image into the editor. If it's a really
    5757        // big image we'll scale it down to fit reasonably within the editor
    58         // itself, and within the theme's content width if it's known.  the user
     58        // itself, and within the theme's content width if it's known. The user
    5959        // can resize it in the editor if they wish.
    6060        $max_width = intval(get_option('large_size_w'));
Note: See TracChangeset for help on using the changeset viewer.