Making WordPress.org


Ignore:
Timestamp:
12/16/2024 07:53:28 PM (15 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: enfreshen the bb-base theme

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

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

    r7244 r14281  
    33        <hr class="hidden" />
    44
    5         <div id="footer">
     5        <div id="footer"><div id="footer-inner">
    66            <div class="links">
    77                <p>
    8                     See also:
    9                     <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
    10                     <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
    11                     <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
    12                     <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
    13                     <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
     8                    <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a>
     9                    <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a>
     10                    <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a>
     11                    <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a>
     12                    <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
    1413                </p>
    1514            </div>
    1615            <div class="details">
    1716                <p>
    18                     <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    19                     <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    20                     <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    21                     <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
     17                    <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a>
     18                    <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a>
     19                    <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a>
    2220                    <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
     21                    <a href="https://x.com/bbpress"><?php _e( 'X', 'bbporg'); ?></a>
    2322                </p>
    2423            </div>
    25         </div>
     24        </div></div>
    2625        <?php wp_footer(); ?>
    2726    </body>
Note: See TracChangeset for help on using the changeset viewer.