Changeset 5406 for branches/2.0/wp-admin/import/mt.php
- Timestamp:
- 05/07/2007 04:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/import/mt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/import/mt.php
r5099 r5406 146 146 echo '<ol id="authors">'; 147 147 echo '<form action="?import=mt&step=2&id=' . $this->id . '" method="post">'; 148 wp_nonce_field('import-mt'); 148 149 $j = -1; 149 150 foreach ($authors as $author) { … … 416 417 break; 417 418 case 1 : 419 check_admin_referer('import-upload'); 418 420 $this->select_authors(); 419 421 break; 420 422 case 2: 423 check_admin_referer('import-mt'); 421 424 $this->import(); 422 425 break;
Note: See TracChangeset
for help on using the changeset viewer.