Changeset 52393 for trunk/src/wp-includes/SimplePie/Registry.php
- Timestamp:
- 12/20/2021 07:31:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/Registry.php
r47733 r52393 209 209 case 'Cache': 210 210 // For backwards compatibility with old non-static 211 // Cache::create() methods 211 // Cache::create() methods in PHP < 8.0. 212 // No longer supported as of PHP 8.0. 212 213 if ($method === 'get_handler') 213 214 {
Note: See TracChangeset
for help on using the changeset viewer.