X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..8cc0f04ca22ffd9449495b3e0240603309c9932c:/wp-admin/import/btt.php diff --git a/wp-admin/import/btt.php b/wp-admin/import/btt.php index 4bd884c8..a2aab3ff 100644 --- a/wp-admin/import/btt.php +++ b/wp-admin/import/btt.php @@ -1,9 +1,24 @@ '; + screen_icon(); echo '

'.__('Import Bunny’s Technorati Tags').'

'; echo '

'.__('Steps may take a few minutes depending on the size of your database. Please be patient.').'

'; } @@ -20,7 +35,7 @@ class BunnyTags_Import { echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; echo '
'; wp_nonce_field('import-btt'); - echo '

'; + echo '

'; echo '
'; echo ''; } @@ -68,7 +83,7 @@ class BunnyTags_Import { return false; } else { $count = count($metakeys); - echo '

' . sprintf( __ngettext('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '

'; + echo '

' . sprintf( _n('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '

'; echo '