Changeset 47604 for trunk/src/wp-includes/ID3/getid3.php
- Timestamp:
- 04/20/2020 03:39:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/getid3.php
r47603 r47604 299 299 // check for magic quotes in PHP < 7.4.0 (when these functions became deprecated) 300 300 if (version_compare(PHP_VERSION, '7.4.0', '<')) { 301 // WORDPRESS CHANGE FROM UPSTREAM302 // Comment out deprecated function303 /*304 301 // Check for magic_quotes_runtime 305 302 if (function_exists('get_magic_quotes_runtime')) { … … 314 311 } 315 312 } 316 **/317 313 } 318 314
Note: See TracChangeset
for help on using the changeset viewer.