Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 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/formatting.php

    r19187 r19593  
    733733    $mimes = get_allowed_mime_types();
    734734
    735     // Loop over any intermediate extensions.  Munge them with a trailing underscore if they are a 2 - 5 character
     735    // Loop over any intermediate extensions. Munge them with a trailing underscore if they are a 2 - 5 character
    736736    // long alpha string not in the extension whitelist.
    737737    foreach ( (array) $parts as $part) {
Note: See TracChangeset for help on using the changeset viewer.