Changeset 12513 for trunk/wp-admin/import/mt.php
- Timestamp:
- 12/23/2009 03:16:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/mt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r11882 r12513 156 156 $next = array_shift($temp); 157 157 if (!(in_array($next, $authors))) 158 array_push($authors, "$next");158 array_push($authors, $next); 159 159 } 160 160 … … 172 172 if ($newname == '') 173 173 $newname = 'left_blank'; //passing author names from step 1 to step 2 is accomplished by using POST. left_blank denotes an empty entry in the form. 174 array_push($formnames, "$newname");174 array_push($formnames, $newname); 175 175 } // $formnames is the array with the form entered names 176 176 177 177 foreach ($_POST['userselect'] as $user => $key) { 178 178 $selected = trim(stripslashes($key)); 179 array_push($selectnames, "$selected");179 array_push($selectnames, $selected); 180 180 } 181 181
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)