]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/import/btt.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-admin / import / btt.php
index 4bd884c87c52ed625949ecadf90ea165e8088e9c..c528c2251c8324206b276120a15257484c6b81d3 100644 (file)
@@ -1,9 +1,24 @@
 <?php
-
+/**
+ * BunnyTags Plugin Tag Importer
+ *
+ * @package WordPress
+ * @subpackage Importer
+ */
+
+/**
+ * BunnyTags Plugin tag converter
+ *
+ * This will process the BunnyTags plugin tags and convert them to the WordPress
+ * 2.3 taxonomy.
+ *
+ * @since unknown
+ */
 class BunnyTags_Import {
 
        function header() {
                echo '<div class="wrap">';
+               screen_icon();
                echo '<h2>'.__('Import Bunny&#8217;s Technorati Tags').'</h2>';
                echo '<p>'.__('Steps may take a few minutes depending on the size of your database. Please be patient.').'<br /><br /></p>';
        }
@@ -20,7 +35,7 @@ class BunnyTags_Import {
                echo '<p><strong>'.__('Don&#8217;t be stupid - backup your database before proceeding!').'</strong></p>';
                echo '<form action="admin.php?import=btt&amp;step=1" method="post">';
                wp_nonce_field('import-btt');
-               echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Tags').'" /></p>';
+               echo '<p class="submit"><input type="submit" name="submit" class="button" value="'.__('Import Tags').'" /></p>';
                echo '</form>';
                echo '</div>';
        }
@@ -90,7 +105,7 @@ class BunnyTags_Import {
 
                echo '<form action="admin.php?import=btt&amp;step='.($precheck? 2:3).'" method="post">';
                wp_nonce_field('import-btt');
-               echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next').'" /></p>';
+               echo '<p class="submit"><input type="submit" name="submit" class="button" value="'.__('Next').'" /></p>';
                echo '</form>';
                echo '</div>';
        }