PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | views/admin/network-settings.php +4 -3 13.7.216.3-a.1 View file →
@@ -9,8 +9,12 @@
9 9 // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable -- HTML template, let Phan handle it.
10 10
11 11 use Automattic\Jetpack\IP\Utils as IP_Utils;
12 12
13 +if ( ! defined( 'ABSPATH' ) ) {
14 + exit( 0 );
15 +}
16 +
13 17 if ( isset( $_GET['updated'] ) && 'true' === $_GET['updated'] ) : // phpcs:ignore WordPress.Security.NonceVerification.Recommended
14 18 ?>
15 19 <div class="updated"><p><?php esc_html_e( 'Jetpack Network Settings Updated!', 'jetpack' ); ?></p></div>
16 20 <?php endif; ?>
@@ -21,12 +25,9 @@
21 25 <div class="error"><p><?php esc_html_e( 'One of your IP addresses was not valid.', 'jetpack' ); ?></p></div>
22 26 <?php endif; ?>
23 27
24 28 <div class="wrap">
25 - <h2><?php esc_html_e( 'Network Settings', 'jetpack' ); ?></h2>
26 29 <form action="edit.php?action=jetpack-network-settings" method="POST">
27 - <h3><?php echo esc_html_x( 'Global', 'Affects all sites in a Multisite network.', 'jetpack' ); ?></h3>
28 - <p><?php esc_html_e( 'These settings affect all sites on the network.', 'jetpack' ); ?></p>
29 30 <?php wp_nonce_field( 'jetpack-network-settings' ); ?>
30 31 <table class="form-table">
31 32 <tr valign="top">
32 33 <th scope="row"><label for="sub-site-override"><?php esc_html_e( 'Sub-site override', 'jetpack' ); ?></label></th>