Make WordPress Core


Ignore:
Timestamp:
05/10/2010 09:24:32 PM (14 years ago)
Author:
nbachiyski
Message:

Do not cut the Tagged <tags> phrase in half. Fixes #13198

File:
1 edited

Legend:

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

    r14541 r14552  
    438438
    439439function twentyten_posted_in() {
    440     $tag_list = get_the_tag_list();
     440    $tag_list = get_the_tag_list( '', ', ', '' );
    441441    if ( $tag_list ) {
    442442        $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>.', 'twentyten' );
Note: See TracChangeset for help on using the changeset viewer.