Changeset 12104 for trunk/wp-admin/import/rss.php
- Timestamp:
- 10/25/2009 05:30:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/rss.php
r11964 r12104 45 45 46 46 function _normalize_tag( $matches ) { 47 return '<' . strtolower( $match [1] );47 return '<' . strtolower( $matches[1] ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.