Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131
git-svn-id: https://develop.svn.wordpress.org/trunk@21216 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8d0e99aaba
commit
643be5f649
@ -305,7 +305,7 @@ endif; ?>
|
|||||||
</div>
|
</div>
|
||||||
<?php elseif ( 'post_tag' == $taxonomy && current_user_can( 'import' ) ) : ?>
|
<?php elseif ( 'post_tag' == $taxonomy && current_user_can( 'import' ) ) : ?>
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>'), 'import.php') ;?>.</p>
|
<p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>.'), 'import.php') ;?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif;
|
<?php endif;
|
||||||
do_action('after-' . $taxonomy . '-table', $taxonomy);
|
do_action('after-' . $taxonomy . '-table', $taxonomy);
|
||||||
|
Loading…
Reference in New Issue
Block a user