Changeset 60703 for trunk/src/wp-admin/link-parse-opml.php
- Timestamp:
- 09/03/2025 12:16:17 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/link-parse-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-parse-opml.php
r58409 r60703 97 97 } 98 98 99 // Free up memory used by the XML parser. 100 xml_parser_free( $xml_parser ); 99 if ( PHP_VERSION_ID < 80000 ) { // xml_parser_free() has no effect as of PHP 8.0. 100 // Free up memory used by the XML parser. 101 xml_parser_free( $xml_parser ); 102 } 103 101 104 unset( $xml_parser );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)