mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
i18n updates from SteveAgl. fixes #2260
git-svn-id: https://develop.svn.wordpress.org/trunk@3424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -56,11 +56,11 @@ class Textpattern_Import {
|
||||
echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
|
||||
echo '<form action="admin.php?import=textpattern&step=1" method="post">';
|
||||
$this->db_form();
|
||||
echo '<input type="submit" name="submit" value="Import Categories" />';
|
||||
echo '<input type="submit" name="submit" value="'.__('Import Categories').'" />';
|
||||
echo '</form>';
|
||||
}
|
||||
|
||||
function get_txp_cats()
|
||||
function get_txp_cats()
|
||||
{
|
||||
global $wpdb;
|
||||
// General Housekeeping
|
||||
|
||||
Reference in New Issue
Block a user