Make WordPress Core

Ticket #58578: 58578.patch

File 58578.patch, 692 bytes (added by hiren1094, 3 years ago)

Patch Added

  • src/wp-admin/options-writing.php

    diff --git a/src/wp-admin/options-writing.php b/src/wp-admin/options-writing.php
    index 1c365033ad..9eecc1f942 100644
    a b if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {  
    171171<tr>
    172172<th scope="row"><label for="mailserver_pass"><?php _e( 'Password' ); ?></label></th>
    173173<td>
    174 <input name="mailserver_pass" type="text" id="mailserver_pass" value="<?php form_option( 'mailserver_pass' ); ?>" class="regular-text ltr" />
     174<input name="mailserver_pass" type="password" id="mailserver_pass" value="<?php form_option( 'mailserver_pass' ); ?>" class="regular-text ltr" />
    175175</td>
    176176</tr>
    177177<tr>