Remove stray tag. props Daniel Koskinen, fixes #13570.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4de1c8edf4
commit
9b5a7d01be
|
@ -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