wp/wp-includes/SimplePie/Registry.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
--- a/wp/wp-includes/SimplePie/Registry.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/SimplePie/Registry.php	Tue Sep 27 16:37:53 2022 +0200
@@ -208,7 +208,8 @@
 			{
 				case 'Cache':
 					// For backwards compatibility with old non-static
-					// Cache::create() methods
+					// Cache::create() methods in PHP < 8.0.
+					// No longer supported as of PHP 8.0.
 					if ($method === 'get_handler')
 					{
 						$result = @call_user_func_array(array($class, 'create'), $parameters);