Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/views/admin
File: network-admin-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Loads view: admin/network-activated-notice.php
[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 ( ! defined( 'ABSPATH' ) ) {
[8] Fix | Delete
exit( 0 );
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
Jetpack::init()->load_view( 'admin/network-activated-notice.php' );
[12] Fix | Delete
do_action( 'jetpack_notices' );
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function