]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/import/jkw.php
Wordpress 2.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / import / jkw.php
index 1bb0ad6d307558790fbc19a5c5ba897fa8510c2d..ba479528b91a22d485b8fd8d337571044631e3f5 100644 (file)
@@ -1,9 +1,23 @@
 <?php
-
+/**
+ * Jeromes Keyword Plugin Importer
+ *
+ * @package WordPress
+ * @subpackage Importer
+ */
+
+/**
+ * Jeromes Keyword Plugin Importer class
+ *
+ * Will convert Jeromes Keyword Plugin tags to WordPress taxonomy tags.
+ *
+ * @since 2.3
+ */
 class JeromesKeyword_Import {
 
        function header() {
                echo '<div class="wrap">';
+               screen_icon();
                echo '<h2>'.__('Import Jerome&#8217;s Keywords').'</h2>';
                echo '<p>'.__('Steps may take a few minutes depending on the size of your database. Please be patient.').'<br /><br /></p>';
        }
@@ -106,7 +120,7 @@ class JeromesKeyword_Import {
 
                echo '<form action="admin.php?import=jkw&amp;step='.($precheck? 2:6).'" method="post">';
                wp_nonce_field('import-jkw');
-               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>';
        }
@@ -139,7 +153,7 @@ class JeromesKeyword_Import {
                }
                echo '<form action="admin.php?import=jkw&amp;step='.($precheck? 4:5).'" method="post">';
                wp_nonce_field('import-jkw');
-               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>';
        }