Make WordPress Core

Ticket #13198: twentyten-remove-extra-spacing-single.php.patch

File twentyten-remove-extra-spacing-single.php.patch, 971 bytes (added by zeo, 15 years ago)

Twenty Ten: Remove extra spacing in single.php

  • wp-content/themes/twentyten/single.php

     
    2626                                        <div class="entry-meta">
    2727                                                <span class="meta-prep meta-prep-author"><?php _e( 'Posted on ', 'twentyten' ); ?></span>
    2828                                                <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' ); ?> </span>
     29                                                <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?></span>
    3030                                                <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>
    3131                                        </div><!-- .entry-meta -->
    3232