Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/views/admin
File: network-activated-notice.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* View template file for network activation notice.
[2] Fix | Delete
*
[3] Fix | Delete
* @html-template Jetpack::load_view
[4] Fix | Delete
* @package automattic/jetpack
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
if ( isset( $_GET['jetpack-notice'] ) && 'dismiss' === $_GET['jetpack-notice'] ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
[8] Fix | Delete
?>
[9] Fix | Delete
<div id="message" class="error">
[10] Fix | Delete
<p><?php esc_html_e( 'Jetpack is network-activated and notices cannot be dismissed.', 'jetpack' ); ?></p>
[11] Fix | Delete
</div>
[12] Fix | Delete
<?php
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function