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...
File: class-wp-rewrite.php
*
[2000] Fix | Delete
* @since 2.3.0
[2001] Fix | Delete
*
[2002] Fix | Delete
* @param string $tag_base Tag permalink structure base.
[2003] Fix | Delete
*/
[2004] Fix | Delete
public function set_tag_base( $tag_base ) {
[2005] Fix | Delete
if ( get_option( 'tag_base' ) !== $tag_base ) {
[2006] Fix | Delete
update_option( 'tag_base', $tag_base );
[2007] Fix | Delete
$this->init();
[2008] Fix | Delete
}
[2009] Fix | Delete
}
[2010] Fix | Delete
[2011] Fix | Delete
/**
[2012] Fix | Delete
* Constructor - Calls init(), which runs setup.
[2013] Fix | Delete
*
[2014] Fix | Delete
* @since 1.5.0
[2015] Fix | Delete
*/
[2016] Fix | Delete
public function __construct() {
[2017] Fix | Delete
$this->init();
[2018] Fix | Delete
}
[2019] Fix | Delete
}
[2020] Fix | Delete
[2021] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function