Making WordPress.org

Changeset 14292


Ignore:
Timestamp:
12/16/2024 08:39:12 PM (3 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

Location:
sites/trunk/trac.wordpress.org/templates
Files:
6 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>
  • sites/trunk/trac.wordpress.org/templates/bbpress/wporg-head.html

    r12658 r14292  
    1515
    1616    <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=3.8.1-alpha' type='text/css' media='all' />
    17     <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style.css?v=24" />
    18     <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style-bbpress.css?v=24" />
     17    <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style.css?v=25" />
     18    <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style-trac.css?v=25" />
     19    <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style-bbpress.css?v=25" />
    1920
    2021    <body py:match="body" py:attrs="select('@*')">
  • sites/trunk/trac.wordpress.org/templates/bbpress/wporg-header.html

    r8885 r14292  
    1212            <button id="mobile-menu-button" aria-expanded="false"><span class="screen-reader-text">Toggle Menu</span></button>
    1313            <ul id="wporg-header-menu">
    14                 <li><a href="https://bbpress.org/about/">About</a></li>
    15                 <li><a href="https://bbpress.org/plugins/">Plugins</a></li>
    16                 <li><a href="https://bbpress.org/themes/">Themes</a></li>
    17                 <li><a href="https://codex.bbpress.org/">Documentation</a></li>
    18                 <li><a href="https://bbpress.org/blog/">Blog</a></li>
    19                 <li><a href="https://bbpress.org/forums/">Support</a></li>
    20                 <li class="download"><a href="https://bbpress.org/download/">Download</a></li>
     14                <li><a href="https://buddypress.org/about/">About</a></li>
     15                <li><a href="https://bbpress.org/blog/">News</a></li>
     16                <li><a href="https://codex.bbpress.org/">Codex</a></li>
     17                <li><a href="https://developer.bbpress.org">Develop</a></li>
     18                <li><a href="https://bbpress.trac.wordpress.org">Make</a></li>
     19                <li><a href="https://bbpress.org/support/">Forums</a></li>
     20                <li><a href="https://bbpress.org/download/">Download</a></li>
    2121            </ul>
    2222
  • sites/trunk/trac.wordpress.org/templates/buddypress/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/buddypressdev" class="twitter">Follow BuddyPress on Twitter</a> &bull;
    20                     <a href="http://buddypress.org/about/gpl/">GPL</a> &bull;
    21                     <a href="http://buddypress.org/contact/">Contact Us</a> &bull;
    22                     <a href="http://buddypress.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://buddypress.org/feed/" title="RSS Feed for Articles">Blog RSS</a>
     15                    </p>
     16                </div>
     17                <div class="details">
     18                    <p>
     19                        <a href="https://buddypress.org/about/gpl/">GPL</a>
     20                        <a href="https://buddypress.org/contact/">Contact Us</a>
     21                        <a href="https://wordpress.org/about/privacy/">Privacy</a>
     22                        <a href="https://buddypress.org/terms/">Terms of Service</a>
     23                        <a href="https://x.com/buddypress">X</a>
     24                    </p>
     25                </div>
    2426            </div>
    2527        </div>
  • sites/trunk/trac.wordpress.org/templates/buddypress/wporg-head.html

    r12658 r14292  
    1515
    1616    <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=3.8.1-alpha' type='text/css' media='all' />
    17     <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style.css?v=24" />
    18     <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style-buddypress.css?v=24" />
     17    <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style.css?v=25" />
     18    <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style-trac.css?v=25" />
     19    <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style-buddypress.css?v=25" />
    1920
    2021    <body py:match="body" py:attrs="select('@*')">
  • sites/trunk/trac.wordpress.org/templates/buddypress/wporg-header.html

    r8887 r14292  
    1313            <ul id="wporg-header-menu">
    1414                <li><a href="https://buddypress.org/about/">About</a></li>
    15                 <li><a href="https://buddypress.org/plugins/">Plugins</a></li>
    16                 <li><a href="https://buddypress.org/themes/">Themes</a></li>
    17                 <li><a href="https://codex.buddypress.org/">Documentation</a></li>
    18                 <li><a href="https://buddypress.org/blog/">Blog</a></li>
    19                 <li><a href="https://buddypress.org/support/">Support</a></li>
    20                 <li class="download"><a href="https://buddypress.org/download/">Download</a></li>
     15                <li><a href="https://buddypress.org/blog/">News</a></li>
     16                <li><a href="https://codex.buddypress.org/">Codex</a></li>
     17                <li><a href="https://developer.buddypress.org">Develop</a></li>
     18                <li><a href="https://buddypress.trac.wordpress.org">Make</a></li>
     19                <li><a href="https://buddypress.org/support/">Forums</a></li>
     20                <li><a href="https://buddypress.org/download/">Download</a></li>
    2121            </ul>
    2222
Note: See TracChangeset for help on using the changeset viewer.