Changeset 12104 for trunk/wp-admin/import/blogger.php
- Timestamp:
- 10/25/2009 05:30:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogger.php
r11964 r12104 198 198 $authhead = esc_js( __('Final Step: Author Mapping') ); 199 199 $nothing = esc_js( __('Nothing was imported. Had you already imported this blog?') ); 200 $stopping = ''; //Missing String used below. 200 201 $title = __('Blogger Blogs'); 201 202 $name = __('Blog Name'); … … 531 532 532 533 function _normalize_tag( $matches ) { 533 return '<' . strtolower( $match [1] );534 return '<' . strtolower( $matches[1] ); 534 535 } 535 536
Note: See TracChangeset
for help on using the changeset viewer.