| 70 | | <p class="about-auto-update"><?php printf( __( 'This site <strong>is not</strong> able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?></p> |
| | 78 | <?php if ( $upgrader->is_disabled() ) : ?> |
| | 79 | <p class="about-auto-update"><?php _e( 'This site <strong>is not</strong> able to apply these updates automatically.' ); ?></p> |
| | 80 | |
| | 81 | <?php else : ?> |
| | 82 | <?php if ($should_display_email) : ?> |
| | 83 | <p class="about-auto-update"><?php printf( __( 'This site <strong>is not</strong> able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?></p> |
| | 84 | <?php else : ?> |
| | 85 | <p class="about-auto-update"><?php _e( 'This site <strong>is not</strong> able to apply these updates automatically. But we’ll email the site administrator when there is a new security release.'); ?></p> |
| | 86 | <?php endif; ?> |
| | 87 | <?php endif; ?> |