get_template_part( 'loop', 'index' ); * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ ?> max_num_pages > 1 ) : $is_desc = ( 'DESC' === get_query_var( 'order', 'DESC' ) ); $new_posts_text = __( 'Newer posts ', 'twentyten' ); $old_posts_text = __( ' Older posts', 'twentyten' ); $prev_link = $is_desc ? get_next_posts_link( $old_posts_text ) : get_previous_posts_link( $old_posts_text ); $next_link = $is_desc ? get_previous_posts_link( $new_posts_text ) : get_next_posts_link( $new_posts_text ); ?>
%2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'twentyten' ), /* translators: %s: Post title. */ 'href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"', number_format_i18n( $total_images ) ); ?>