| 88 | | <span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td> |
| | 88 | <span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span> |
| | 89 | <?php |
| | 90 | $new_admin_email = get_option( 'new_admin_email' ); |
| | 91 | if (true == $new_admin_email) : ?> |
| | 92 | <div class='updated inline'> |
| | 93 | <p> |
| | 94 | <?php printf( __('There is a pending change of the admin e-mail to: %s'), $new_admin_email ); ?> |
| | 95 | </p> |
| | 96 | </div> |
| | 97 | <?php endif; ?> |
| | 98 | </td></tr> |
| | 99 | </td> |