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/locale.php

    r18827 r19593  
    114114        $this->weekday[6] = /* translators: weekday */ __('Saturday');
    115115
    116         // The first letter of each day.  The _%day%_initial suffix is a hack to make
     116        // The first letter of each day. The _%day%_initial suffix is a hack to make
    117117        // sure the day initials are unique.
    118118        $this->weekday_initial[__('Sunday')]    = /* translators: one-letter abbreviation of the weekday */ __('S_Sunday_initial');
Note: See TracChangeset for help on using the changeset viewer.