Make WordPress Core


Ignore:
Timestamp:
04/20/2020 03:39:40 PM (5 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Revert [47603].

With the Docker image for PHP 7.4 updated to stable version, this should no longer be necessary.

See https://github.com/WordPress/wpdev-docker-images/pull/26

Props ocean90.
Fixes #49945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ID3/getid3.php

    r47603 r47604  
    299299        // check for magic quotes in PHP < 7.4.0 (when these functions became deprecated)
    300300        if (version_compare(PHP_VERSION, '7.4.0', '<')) {
    301             // WORDPRESS CHANGE FROM UPSTREAM
    302             // Comment out deprecated function
    303             /*
    304301            // Check for magic_quotes_runtime
    305302            if (function_exists('get_magic_quotes_runtime')) {
     
    314311                }
    315312            }
    316             **/
    317313        }
    318314
Note: See TracChangeset for help on using the changeset viewer.