Make WordPress Core


Ignore:
Timestamp:
12/23/2009 03:16:53 PM (16 years ago)
Author:
ryan
Message:

Remove unneeded quotes around vars. Props johnbillion. fixes #10245

File:
1 edited

Legend:

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

    r12495 r12513  
    164164            $next = array_shift($temp);
    165165            if (!(in_array($next, $authors)))
    166                 array_push($authors, "$next");
     166                array_push($authors, $next);
    167167        }
    168168
Note: See TracChangeset for help on using the changeset viewer.