It is for your mod
When I have the formating.php of your mod , any action I make in wp-admin (like deactive plugins ,or changing themes ) I have this error
Code:
Fatal error: Call to undefined function _deep_replace() in /home/sitename/public_html/news/wp-includes/pluggable.php on line 884
In pluggable.php on line 884 There is this code
Code:
$location = _deep_replace($strip, $location);
If I replace with the wp default formating.php then I can make settings on wp-admin