- Timestamp:
- 06/14/2018 10:02:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/single.php
r6366 r7305 9 9 ); 10 10 ?></cite> 11 <div class="single-post" id="post-<?php the_ID(); ?>"><?php the_content( __( 'Read more →' ) ); ?></div>11 <div class="single-post" id="post-<?php the_ID(); ?>"><?php the_content( __( 'Read more →', 'bborg' ) ); ?></div> 12 12 13 13 <hr class="hidden" /> … … 17 17 <?php endwhile; else : ?> 18 18 19 <p><em><?php _e( 'Sorry, no posts matched your criteria.' ); ?></em></p>19 <p><em><?php _e( 'Sorry, no posts matched your criteria.', 'bborg' ); ?></em></p> 20 20 21 21 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.