Changeset 46105 for trunk/src/wp-admin/includes/class-pclzip.php
- Timestamp:
- 09/13/2019 10:19:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-pclzip.php
r38101 r46105 5327 5327 $v_result=1; 5328 5328 5329 // EDIT for WordPress 5.3.0 5330 // magic_quote functions are deprecated in PHP 7.4, now assuming it's always off. 5331 /* 5332 5329 5333 // ----- Look if function exists 5330 5334 if ( (!function_exists("get_magic_quotes_runtime")) … … 5345 5349 @set_magic_quotes_runtime(0); 5346 5350 } 5351 */ 5347 5352 5348 5353 // ----- Return … … 5360 5365 { 5361 5366 $v_result=1; 5367 5368 // EDIT for WordPress 5.3.0 5369 // magic_quote functions are deprecated in PHP 7.4, now assuming it's always off. 5370 /* 5362 5371 5363 5372 // ----- Look if function exists … … 5377 5386 } 5378 5387 5388 */ 5379 5389 // ----- Return 5380 5390 return $v_result;
Note: See TracChangeset
for help on using the changeset viewer.