rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -16,7 +16,9 @@ if ( ! defined( 'ABSPATH' ) ) {
global $opml;
/**
* XML callback function for the start of a new XML tag.
* Starts a new XML tag.
*
* Callback function for xml_set_element_handler().
*
* @since 0.71
* @access private
@@ -60,7 +62,9 @@ function startElement( $parser, $tag_name, $attrs ) { // phpcs:ignore WordPress.
}
/**
* XML callback function that is called at the end of a XML tag.
* Ends a new XML tag.
*
* Callback function for xml_set_element_handler().
*
* @since 0.71
* @access private