Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/widgets
File: milestone.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Milestone widget loader.
[2] Fix | Delete
*
[3] Fix | Delete
* Everything happens within the folder, but Jetpack loads widgets via a widgets/*.php scheme.
[4] Fix | Delete
*
[5] Fix | Delete
* @package automattic/jetpack
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[9] Fix | Delete
exit( 0 );
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
/**
[13] Fix | Delete
* Includes the milestone widget. This makes it easier to keep the /milestone/ dir content in sync with wpcom.
[14] Fix | Delete
*/
[15] Fix | Delete
require_once __DIR__ . '/milestone/milestone.php';
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function