Make WordPress Core

Ticket #32589: add-missing-period.diff

File add-missing-period.diff, 626 bytes (added by akibjorklund, 9 years ago)

Add missing period to the description text introduced in 33023.

  • src/wp-admin/user-new.php

     
    409409                                </button>
    410410                                <div style="display:none" id="pass-strength-result"></div>
    411411                        </div>
    412                         <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email' ); ?></span></p>
     412                        <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></span></p>
    413413                </td>
    414414        </tr>
    415415        <tr class="form-field form-required user-pass2-wrap hide-if-js">