gettext updates for cat2tag. Props msi08. fixes #7139
git-svn-id: https://develop.svn.wordpress.org/trunk@8279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
497ea49a77
commit
90961ebf15
@ -14,8 +14,8 @@ class WP_Categories_to_Tags {
|
||||
echo '<p>' . __('Cheatin’ uh?') . '</p>';
|
||||
echo '</div>';
|
||||
} else { ?>
|
||||
<div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag">Categories to Tags</a>
|
||||
<a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&step=3">Tags to Categories</a></p></div>
|
||||
<div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag"><?php _e( "Categories to Tags" ); ?></a>
|
||||
<a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&step=3"><?php _e( "Tags to Categories" ); ?></a></p></div>
|
||||
<?php }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user