Make WordPress Core


Ignore:
Timestamp:
06/11/2010 04:15:25 PM (15 years ago)
Author:
wpmuguru
Message:

arrange twentyten strings for easier translation, props zeo, fixes #13824

File:
1 edited

Legend:

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

    r15194 r15222  
    143143                <?php if ( count( get_the_category() ) ) : ?>
    144144                    <span class="cat-links">
    145                         <span class="entry-utility-prep entry-utility-prep-cat-links"><?php printf( __('Posted in %s', 'twentyten' ), '</span> ' . get_the_category_list( ', ' ) ); ?>
     145                        <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
    146146                    </span>
    147147                    <span class="meta-sep">|</span>
     
    152152                ?>
    153153                    <span class="tag-links">
    154                         <span class="entry-utility-prep entry-utility-prep-tag-links"><?php printf( __('Tagged %s', 'twentyten'), '</span> ' . $tags_list ); ?>
     154                        <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
    155155                    </span>
    156156                    <span class="meta-sep">|</span>
Note: See TracChangeset for help on using the changeset viewer.