Add delimiter to tag listing on twentyten/single.php. see #9015
git-svn-id: http://svn.automattic.com/wordpress/trunk@13757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5bce147d90
commit
1e019112b8
|
@ -43,7 +43,7 @@
|
|||
|
||||
<div class="entry-utility">
|
||||
<?php
|
||||
$tag_list = get_the_tag_list();
|
||||
$tag_list = get_the_tag_list('', ', ');
|
||||
if ( '' != $tag_list ) {
|
||||
$utility_text = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.', 'twentyten' );
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue