Making WordPress.org


Ignore:
Timestamp:
12/16/2024 08:39:12 PM (20 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress Trac: update header & footer templates

  • Links to the new style-trac.css CSS file from inside of the Base theme.
  • Syncs the header & footer links to Base theme.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/bbpress/wporg-footer.html

    r7848 r14292  
    55
    66                <div id="footer">
    7                         <div class="links">
    8                                 <p>
    9                                         See also:
    10                                         <a href="http://wordpress.org">WordPress.org</a> &bull;
    11                                         <a href="http://bbpress.org">bbPress.org</a> &bull;
    12                                         <a href="http://buddypress.org">BuddyPress.org</a> &bull;
    13                                         <a href="http://ma.tt">Matt</a> &bull;
    14                                         <a href="http://bbpress.org/feed/" title="RSS Feed for Articles">Blog RSS</a>
    15                                 </p>
    16                         </div>
    17                         <div class="details">
    18                                 <p>
    19                                         <a href="http://twitter.com/bbpress" class="twitter">Follow bbPress on Twitter</a> &bull;
    20                                         <a href="http://bbpress.org/about/gpl/">GPL</a> &bull;
    21                                         <a href="http://bbpress.org/contact/">Contact Us</a> &bull;
    22                                         <a href="http://bbpress.org/terms/">Terms of Service</a>
    23                                 </p>
     7                        <div id="footer-inner">
     8                                <div class="links">
     9                                        <p>
     10                                                <a href="https://wordpress.org">WordPress.org</a>
     11                                                <a href="https://bbpress.org">bbPress.org</a>
     12                                                <a href="https://buddypress.org">BuddyPress.org</a>
     13                                                <a href="https://ma.tt">Matt</a>
     14                                                <a href="https://bbpress.org/feed/" title="RSS Feed for Articles">Blog RSS</a>
     15                                        </p>
     16                                </div>
     17                                <div class="details">
     18                                        <p>
     19                                                <a href="https://bbpress.org/about/gpl/">GPL</a>
     20                                                <a href="https://bbpress.org/contact/">Contact Us</a>
     21                                                <a href="https://wordpress.org/about/privacy/">Privacy</a>
     22                                                <a href="https://bbpress.org/terms/">Terms of Service</a>
     23                                                <a href="https://x.com/bbpress">X</a>
     24                                        </p>
     25                                </div>
    2426                        </div>
    2527                </div>
Note: See TracChangeset for help on using the changeset viewer.