Ticket #3237: 3237-post-page-pag-links.patch
File 3237-post-page-pag-links.patch, 1.6 KB (added by , 14 years ago) |
---|
-
bp-themes/bp-default/archive.php
36 36 37 37 <div class="entry"> 38 38 <?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?> 39 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'buddypress' ), 'after' => '</div>' ) ); ?> 39 40 </div> 40 41 41 42 <p class="postmetadata"><?php the_tags( '<span class="tags">' . __( 'Tags: ', 'buddypress' ), ', ', '</span>' ); ?> <span class="comments"><?php comments_popup_link( __( 'No Comments »', 'buddypress' ), __( '1 Comment »', 'buddypress' ), __( '% Comments »', 'buddypress' ) ); ?></span></p> -
bp-themes/bp-default/index.php
27 27 28 28 <div class="entry"> 29 29 <?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?> 30 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'buddypress' ), 'after' => '</div>' ) ); ?> 30 31 </div> 31 32 32 33 <p class="postmetadata"><?php the_tags( '<span class="tags">' . __( 'Tags: ', 'buddypress' ), ', ', '</span>' ); ?> <span class="comments"><?php comments_popup_link( __( 'No Comments »', 'buddypress' ), __( '1 Comment »', 'buddypress' ), __( '% Comments »', 'buddypress' ) ); ?></span></p>