- Timestamp:
- 07/05/2019 08:03:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-quote.php
r43571 r45604 54 54 <span class="cat-links"> 55 55 <?php 56 /* translators: 1: CSS classes, 2: list of categories */ 56 57 printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); 57 58 $show_sep = true; … … 69 70 <span class="tag-links"> 70 71 <?php 72 /* translators: 1: CSS classes, 2: list of tags */ 71 73 printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); 72 74 $show_sep = true;
Note: See TracChangeset
for help on using the changeset viewer.