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 ) ) {
|
| 171 | 171 | <tr> |
| 172 | 172 | <th scope="row"><label for="mailserver_pass"><?php _e( 'Password' ); ?></label></th> |
| 173 | 173 | <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" /> |
| 175 | 175 | </td> |
| 176 | 176 | </tr> |
| 177 | 177 | <tr> |