Edit File by line
/home/barbar84/www/wp-inclu...
File: spl-autoload-compat.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Polyfill for SPL autoload feature. This file is separate to prevent compiler notices
[2] Fix | Delete
* on the deprecated __autoload() function.
[3] Fix | Delete
*
[4] Fix | Delete
* See https://core.trac.wordpress.org/ticket/41134
[5] Fix | Delete
*
[6] Fix | Delete
* @deprecated 5.3.0 No longer needed as the minimum PHP requirement has moved beyond PHP 5.3.
[7] Fix | Delete
*
[8] Fix | Delete
* @package PHP
[9] Fix | Delete
* @access private
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
_deprecated_file( basename( __FILE__ ), '5.3.0', '', 'SPL can no longer be disabled as of PHP 5.3.' );
[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