Make WordPress Core

Changeset 13757


Ignore:
Timestamp:
03/18/2010 09:45:08 PM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/single.php

    r13720 r13757  
    4444                    <div class="entry-utility">
    4545                    <?php
    46                         $tag_list = get_the_tag_list();
     46                        $tag_list = get_the_tag_list('', ', ');
    4747                        if ( '' != $tag_list ) {
    4848                            $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' );
Note: See TracChangeset for help on using the changeset viewer.