Remove stray tag. props Daniel Koskinen, fixes #13570.
git-svn-id: https://develop.svn.wordpress.org/trunk@14982 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ae9acca74d
commit
f32d9858c1
@ -43,7 +43,7 @@ $tags = get_taxonomy('post_tag');
|
||||
if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
|
||||
<div class="tool-box">
|
||||
<h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>
|
||||
<p><?php printf( __('<a href="%s">Use this</a> to convert categories to tags or tags to categories</a>.'), 'import.php' ); ?></p>
|
||||
<p><?php printf( __('<a href="%s">Use this</a> to convert categories to tags or tags to categories.'), 'import.php' ); ?></p>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
|
Loading…
Reference in New Issue
Block a user