Add delimiter to tag listing on twentyten/single.php. see #9015

git-svn-id: https://develop.svn.wordpress.org/trunk@13757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-03-18 21:45:08 +00:00
parent 8d9aac849f
commit 13073782f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {