Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu.../SimplePi.../Parse
File: Date.php
[1000] Fix | Delete
$month = $this->month[strtolower($match[2])];
[1001] Fix | Delete
return gmmktime($match[4], $match[5], $match[6], $month, $match[3], $match[7]);
[1002] Fix | Delete
}
[1003] Fix | Delete
[1004] Fix | Delete
return false;
[1005] Fix | Delete
}
[1006] Fix | Delete
[1007] Fix | Delete
/**
[1008] Fix | Delete
* Parse dates using strtotime()
[1009] Fix | Delete
*
[1010] Fix | Delete
* @access protected
[1011] Fix | Delete
* @return int Timestamp
[1012] Fix | Delete
*/
[1013] Fix | Delete
public function date_strtotime($date)
[1014] Fix | Delete
{
[1015] Fix | Delete
$strtotime = strtotime($date);
[1016] Fix | Delete
if ($strtotime === -1 || $strtotime === false)
[1017] Fix | Delete
{
[1018] Fix | Delete
return false;
[1019] Fix | Delete
}
[1020] Fix | Delete
[1021] Fix | Delete
return $strtotime;
[1022] Fix | Delete
}
[1023] Fix | Delete
}
[1024] Fix | Delete
[1025] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function