Ticket #13198: twentyten-remove-extra-spacing-single.php.patch
File twentyten-remove-extra-spacing-single.php.patch, 971 bytes (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/single.php
26 26 <div class="entry-meta"> 27 27 <span class="meta-prep meta-prep-author"><?php _e( 'Posted on ', 'twentyten' ); ?></span> 28 28 <a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><span class="entry-date"><?php echo get_the_date(); ?></span></a> 29 <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?> 29 <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?></span> 30 30 <span class="author vcard"><a class="url fn n" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?>"><?php the_author(); ?></a></span> 31 31 </div><!-- .entry-meta --> 32 32