Making WordPress.org


Ignore:
Timestamp:
01/12/2018 03:47:10 AM (7 years ago)
Author:
dd32
Message:

BuddyPress.org: Localise strings in the BuddyPress theme.

Props SergeyBiryukov, ramiy.
Fixes #1284.

File:
1 edited

Legend:

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

    r1644 r6364  
    66            <div class="links">
    77                <p>
    8                     See also:
    9                     <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
    10                     <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
    11                     <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
     8                    <?php _e( 'See also:', 'bporg' ); ?>
     9                    <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg' ); ?></a> &bull;
     10                    <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg' ); ?></a> &bull;
     11                    <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg' ); ?></a> &bull;
    1212                    <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
    13                     <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
     13                    <a href="<?php bloginfo( 'rss2_url' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
    1414                </p>
    1515            </div>
    1616            <div class="details">
    1717                <p>
    18                     <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    19                     <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    20                     <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    21                     <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
     18                    <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg' ); ?></a> &bull;
     19                    <a href="https://buddypress.org/about/gpl/"><?php _e( 'GPL', 'bporg' ); ?></a> &bull;
     20                    <a href="https://buddypress.org/contact/"><?php _e( 'Contact Us', 'bporg' ); ?></a> &bull;
     21                    <a href="https://buddypress.org/terms/"><?php _e( 'Terms of Service', 'bporg' ); ?></a>
    2222                </p>
    2323            </div>
Note: See TracChangeset for help on using the changeset viewer.