Making WordPress.org


Ignore:
Timestamp:
06/14/2018 10:02:26 AM (8 years ago)
Author:
obenland
Message:

BB Base: i18n improvements.

Updates remaining strings to be translatable.

See #2102.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/single.php

    r6366 r7305  
    99                );
    1010        ?></cite>
    11         <div class="single-post" id="post-<?php the_ID(); ?>"><?php the_content( __( 'Read more &rarr;' ) ); ?></div>
     11        <div class="single-post" id="post-<?php the_ID(); ?>"><?php the_content( __( 'Read more &rarr;', 'bborg' ) ); ?></div>
    1212
    1313        <hr class="hidden" />
     
    1717<?php endwhile; else : ?>
    1818
    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>
    2020
    2121<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.