Ticket #26156: options-writing.email.diff
File options-writing.email.diff, 2.1 KB (added by , 11 years ago) |
---|
-
wp-admin/options-writing.php
33 33 get_current_screen()->add_help_tab( array( 34 34 'id' => 'options-postemail', 35 35 '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’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’s a good idea to keep this address very secret.' ) . '</p>', 37 37 ) ); 38 38 } 39 39 … … 134 134 /** This filter is documented in wp-admin/options.php */ 135 135 if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { 136 136 ?> 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’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’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> 139 139 140 140 <table class="form-table"> 141 141 <tr valign="top">