Make WordPress Core

Changeset 19593 for trunk/wp-mail.php


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-mail.php

    r18513 r19593  
    162162        $post_status = ( $user->has_cap('publish_posts') ) ? 'publish' : 'pending';
    163163    } else {
    164         // Author not found in DB, set status to pending.  Author already set to admin.
     164        // Author not found in DB, set status to pending. Author already set to admin.
    165165        $post_status = 'pending';
    166166    }
     
    227227        exit;
    228228    } else {
    229         echo '<p>' . sprintf(__('Mission complete.  Message <strong>%s</strong> deleted.'), $i) . '</p>';
     229        echo '<p>' . sprintf(__('Mission complete. Message <strong>%s</strong> deleted.'), $i) . '</p>';
    230230    }
    231231
Note: See TracChangeset for help on using the changeset viewer.