mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Remove unneeded quotes around vars. Props johnbillion. fixes #10245
git-svn-id: https://develop.svn.wordpress.org/trunk@12513 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -163,7 +163,7 @@ class WP_Import {
|
||||
for ($x = 1; $x < $y; $x ++) {
|
||||
$next = array_shift($temp);
|
||||
if (!(in_array($next, $authors)))
|
||||
array_push($authors, "$next");
|
||||
array_push($authors, $next);
|
||||
}
|
||||
|
||||
return $authors;
|
||||
|
||||
Reference in New Issue
Block a user