Making WordPress.org

Changeset 14360


Ignore:
Timestamp:
01/14/2025 09:31:34 PM (2 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress Trac: Styling & HTTPS

  • Bump Trac CSS version to 27
  • Add "https:" to stylesheet links
  • Fix forums link in main nav for bbPress.org ("forums" vs. "support")

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

Location:
sites/trunk/trac.wordpress.org/templates
Files:
3 edited

Legend:

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

    r14304 r14360  
    44      py:strip="">
    55
    6     <link rel="dns-prefetch" href="//fonts.googleapis.com"/>
    7     <link rel="dns-prefetch" href="//www.googletagmanager.com"/>
     6    <link rel="dns-prefetch" href="https://fonts.googleapis.com"/>
     7    <link rel="dns-prefetch" href="https://www.googletagmanager.com"/>
     8
    89    <script>//<![CDATA[
    910    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
     
    1415    //]]></script>
    1516
    16     <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=26" />
    18     <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style-trac.css?v=26" />
    19     <link type="text/css" media="screen" rel="stylesheet" href="//bbpress.org/wp-content/themes/bb-base/style-bbpress.css?v=26" />
     17    <link type="text/css" media="screen" rel="stylesheet" href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=3.8.1-alpha' />
     18    <link type="text/css" media="screen" rel="stylesheet" href="https://bbpress.org/wp-content/themes/bb-base/style.css?v=27" />
     19    <link type="text/css" media="screen" rel="stylesheet" href="https://bbpress.org/wp-content/themes/bb-base/style-trac.css?v=27" />
     20    <link type="text/css" media="screen" rel="stylesheet" href="https://bbpress.org/wp-content/themes/bb-base/style-bbpress.css?v=27" />
    2021
    2122    <body py:match="body" py:attrs="select('@*')">
  • sites/trunk/trac.wordpress.org/templates/bbpress/wporg-header.html

    r14303 r14360  
    1717                <li><a href="https://developer.bbpress.org">Develop</a></li>
    1818                <li class="current"><a href="https://bbpress.trac.wordpress.org">Make</a></li>
    19                 <li><a href="https://bbpress.org/support/">Forums</a></li>
     19                <li><a href="https://bbpress.org/forums/">Forums</a></li>
    2020                <li><a href="https://bbpress.org/download/">Download</a></li>
    2121            </ul>
  • sites/trunk/trac.wordpress.org/templates/buddypress/wporg-head.html

    r14304 r14360  
    44      py:strip="">
    55
    6     <link rel="dns-prefetch" href="//fonts.googleapis.com"/>
    7     <link rel="dns-prefetch" href="//www.googletagmanager.com"/>
     6    <link rel="dns-prefetch" href="https://fonts.googleapis.com"/>
     7    <link rel="dns-prefetch" href="https://www.googletagmanager.com"/>
     8
    89    <script>//<![CDATA[
    910    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
     
    1415    //]]></script>
    1516
    16     <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=26" />
    18     <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style-trac.css?v=26" />
    19     <link type="text/css" media="screen" rel="stylesheet" href="//buddypress.org/wp-content/themes/bb-base/style-buddypress.css?v=26" />
     17    <link type="text/css" media="screen" rel="stylesheet" href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=3.8.1-alpha' />
     18    <link type="text/css" media="screen" rel="stylesheet" href="https://buddypress.org/wp-content/themes/bb-base/style.css?v=27" />
     19    <link type="text/css" media="screen" rel="stylesheet" href="https://buddypress.org/wp-content/themes/bb-base/style-trac.css?v=27" />
     20    <link type="text/css" media="screen" rel="stylesheet" href="https://buddypress.org/wp-content/themes/bb-base/style-buddypress.css?v=27" />
    2021
    2122    <body py:match="body" py:attrs="select('@*')">
Note: See TracChangeset for help on using the changeset viewer.