Make WordPress Core


Ignore:
Timestamp:
09/14/2019 07:22:50 PM (5 years ago)
Author:
jorbin
Message:

Comment out magic quote functions

Follow up to r46112.

See: #47751,#47783, #48040.

File:
1 edited

Legend:

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

    r46112 r46113  
    295295        }
    296296
     297        // WORDPRESS CHANGE FROM UPSTREAM
     298        // Comment out deprecated function
     299        /*
    297300        // Check for magic_quotes_runtime
    298301        if (function_exists('get_magic_quotes_runtime')) {
     
    308311            }
    309312        }
     313        **/
    310314
    311315        // Load support library
Note: See TracChangeset for help on using the changeset viewer.