Ticket #52996: 52996-class-wp-importer.php.patch
File 52996-class-wp-importer.php.patch, 372 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/class-wp-importer.php
73 73 } 74 74 75 75 // Unset to save memory. 76 unset( $result s);76 unset( $result ); 77 77 78 78 return $count; 79 79 }