Make WordPress Core


Ignore:
Timestamp:
10/25/2009 05:30:58 PM (16 years ago)
Author:
azaozz
Message:

Typo fixes, props dd32, fixes #11030

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/blogger.php

    r11964 r12104  
    198198        $authhead = esc_js( __('Final Step: Author Mapping') );
    199199        $nothing  = esc_js( __('Nothing was imported. Had you already imported this blog?') );
     200        $stopping = ''; //Missing String used below.
    200201        $title    = __('Blogger Blogs');
    201202        $name     = __('Blog Name');
     
    531532
    532533    function _normalize_tag( $matches ) {
    533         return '<' . strtolower( $match[1] );
     534        return '<' . strtolower( $matches[1] );
    534535    }
    535536
Note: See TracChangeset for help on using the changeset viewer.