Make WordPress Core

Ticket #49238: 47088.patch

File 47088.patch, 1.0 KB (added by kinjaldalwadi, 6 years ago)

wp-admin/options-writing.php file

  • wp-admin/options-writing.php

     
    142142        <?php
    143143        printf(
    144144                /* translators: 1, 2, 3: Examples of random email addresses. */
    145                 __( 'To post to WordPress by email you must set up a secret email 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: %1$s, %2$s, %3$s.' ),
     145                __( 'To post to WordPress by email, you must set up a secret email 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: %1$s, %2$s, %3$s.' ),
    146146                sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
    147147                sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
    148148                sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) )