Changeset 6026 for trunk/wp-admin/import/stp.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/stp.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/stp.php
r5977 r6026 20 20 echo '<p><strong>'.__('Don’t be stupid - backup your database before proceeding!').'</strong></p>'; 21 21 echo '<form action="admin.php?import=stp&step=1" method="post">'; 22 wp_nonce_field('import-utw'); 22 wp_nonce_field('import-utw'); 23 23 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 1 »').'" /></p>'; 24 24 echo '</form>'; … … 89 89 90 90 echo '<form action="admin.php?import=stp&step=2" method="post">'; 91 wp_nonce_field('import-utw'); 91 wp_nonce_field('import-utw'); 92 92 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 2 »').'" /></p>'; 93 93 echo '</form>'; … … 108 108 109 109 echo '<form action="admin.php?import=stp&step=3" method="post">'; 110 wp_nonce_field('import-utw'); 110 wp_nonce_field('import-utw'); 111 111 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3 »').'" /></p>'; 112 112 echo '</form>'; … … 140 140 141 141 // loop through each post and add its tags to the db 142 foreach ( $posts as $this_post ) { 142 foreach ( $posts as $this_post ) { 143 143 $the_post = (int) $this_post->post_id; 144 144 $the_tag = $wpdb->escape($this_post->tag_name);
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)