Changeset 47603
- Timestamp:
- 04/20/2020 12:10:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/getid3.php
r47602 r47603 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 UPSTREAM 302 // Comment out deprecated function 303 /* 301 304 // Check for magic_quotes_runtime 302 305 if (function_exists('get_magic_quotes_runtime')) { … … 311 314 } 312 315 } 316 **/ 313 317 } 314 318
Note: See TracChangeset
for help on using the changeset viewer.