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/rss.php

    r11964 r12104  
    4545
    4646    function _normalize_tag( $matches ) {
    47         return '<' . strtolower( $match[1] );
     47        return '<' . strtolower( $matches[1] );
    4848    }
    4949
Note: See TracChangeset for help on using the changeset viewer.