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-admin/includes/image.php

    r18632 r19593  
    206206    // exif contains a bunch of data we'll probably never need formatted in ways
    207207    // that are difficult to use. We'll normalize it and just extract the fields
    208     // that are likely to be useful.  Fractions and numbers are converted to
     208    // that are likely to be useful. Fractions and numbers are converted to
    209209    // floats, dates to unix timestamps, and everything else to strings.
    210210    $meta = array(
Note: See TracChangeset for help on using the changeset viewer.