Making WordPress.org


Ignore:
Timestamp:
01/14/2025 09:31:34 PM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.