Changeset 29206 for trunk/src/wp-admin/link-parse-opml.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-parse-opml.php
r28786 r29206 46 46 $url = $attrs['HTMLURL']; 47 47 } 48 // save the data away. 48 49 // Save the data away. 49 50 $names[] = $name; 50 51 $urls[] = $url; … … 52 53 $feeds[] = isset( $attrs['XMLURL'] ) ? $attrs['XMLURL'] : ''; 53 54 $descriptions[] = isset( $attrs['DESCRIPTION'] ) ? $attrs['DESCRIPTION'] : ''; 54 } // end if outline55 } // End if outline. 55 56 } 56 57 … … 65 66 */ 66 67 function endElement($parser, $tagName) { 67 // nothing to do.68 // Nothing to do. 68 69 } 69 70
Note: See TracChangeset
for help on using the changeset viewer.