Make WordPress Core

Changeset 13684


Ignore:
Timestamp:
03/12/2010 07:32:48 PM (15 years ago)
Author:
nacin
Message:

Fix assignment. Props Rasmus Lerdorf via ConFoo presentation.

File:
1 edited

Legend:

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

    r12789 r13684  
    163163                        $blog['title'] = $tag['value'];
    164164                    } elseif ( $tag['tag'] == 'SUMMARY' ) {
    165                         $blog['summary'] == $tag['value'];
     165                        $blog['summary'] = $tag['value'];
    166166                    } elseif ( $tag['tag'] == 'LINK' ) {
    167167                        if ( $tag['attributes']['REL'] == 'alternate' && $tag['attributes']['TYPE'] == 'text/html' ) {
Note: See TracChangeset for help on using the changeset viewer.