Make WordPress Core

Changeset 14070 for trunk/wp-mail.php


Ignore:
Timestamp:
04/11/2010 10:41:54 AM (15 years ago)
Author:
dd32
Message:

Tweak new strings for better typography. Props demetris. Fixes #12962

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r13418 r14070  
    1212
    1313if ( ! apply_filters( 'enable_post_by_email_configuration', true ) )
    14     wp_die( __( 'This action has been disabled by the administrator' ) );
     14    wp_die( __( 'This action has been disabled by the administrator.' ) );
    1515
    1616/** Allow a plugin to do a complete takeover of Post by Email **/
Note: See TracChangeset for help on using the changeset viewer.