Make WordPress Core

Ticket #26156: options-writing.email.diff

File options-writing.email.diff, 2.1 KB (added by morganestes, 11 years ago)

wp-admin/options-writing.php

  • wp-admin/options-writing.php

     
    3333        get_current_screen()->add_help_tab( array(
    3434                'id'      => 'options-postemail',
    3535                'title'   => __( 'Post Via Email' ),
    36                 'content' => '<p>' . __( 'Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret.' ) . '</p>',
     36                'content' => '<p>' . __( 'Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret.' ) . '</p>',
    3737        ) );
    3838}
    3939
     
    134134/** This filter is documented in wp-admin/options.php */
    135135if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
    136136?>
    137 <h3 class="title"><?php _e('Post via e-mail') ?></h3>
    138 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p>
     137<h3 class="title"><?php _e('Post via email') ?></h3>
     138<p><?php printf(__('To post to WordPress by email you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p>
    139139
    140140<table class="form-table">
    141141<tr valign="top">