Changeset 45580 for trunk/src/wp-admin/link-parse-opml.php
- Timestamp:
- 07/01/2019 08:00:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-parse-opml.php
r42343 r45580 32 32 * @param array $attrs XML element attributes. 33 33 */ 34 function startElement( $parser, $tagName, $attrs ) { 34 function startElement( $parser, $tagName, $attrs ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid 35 35 global $names, $urls, $targets, $descriptions, $feeds; 36 36 … … 69 69 * @param string $tagName XML tag name. 70 70 */ 71 function endElement( $parser, $tagName ) { 71 function endElement( $parser, $tagName ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid 72 72 // Nothing to do. 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.