Ticket #13651: 13651.diff
File 13651.diff, 2.5 KB (added by , 13 years ago) |
---|
-
wp-content/themes/twentyten/loop.php
93 93 <a href="<?php echo get_term_link( _x( 'gallery', 'gallery category slug', 'twentyten' ), 'category' ); ?>" title="<?php esc_attr_e( 'View posts in the Gallery category', 'twentyten' ); ?>"><?php _e( 'More Galleries', 'twentyten' ); ?></a> 94 94 <span class="meta-sep">|</span> 95 95 <?php endif; ?> 96 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _ _( '% Comments', 'twentyten' ) ); ?></span>96 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _n( '1 Comment', '% Comments', number_format_i18n( get_comments_number() ), 'twentyten' ) ); ?></span> 97 97 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 98 98 </div><!-- .entry-utility --> 99 99 </div><!-- #post-## --> … … 116 116 <div class="entry-utility"> 117 117 <?php twentyten_posted_on(); ?> 118 118 <span class="meta-sep">|</span> 119 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _ _( '% Comments', 'twentyten' ) ); ?></span>119 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _n( '1 Comment', '% Comments', number_format_i18n( get_comments_number() ), 'twentyten' ) ); ?></span> 120 120 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 121 121 </div><!-- .entry-utility --> 122 122 </div><!-- #post-## --> … … 158 158 </span> 159 159 <span class="meta-sep">|</span> 160 160 <?php endif; ?> 161 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _ _( '% Comments', 'twentyten' ) ); ?></span>161 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), _n( '1 Comment', '% Comments', number_format_i18n( get_comments_number() ), 'twentyten' ) ); ?></span> 162 162 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 163 163 </div><!-- .entry-utility --> 164 164 </div><!-- #post-## -->