Making WordPress.org

Changeset 9328


Ignore:
Timestamp:
12/11/2019 07:47:00 AM (5 years ago)
Author:
tellyworth
Message:

Main theme: fix headings hierarchy in About section

This is the markup following r9327, to fix the headings hierarchy for better SEO and accessibility.

Props dufresnesteven, afercia.
Fixes #4120.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php

    r9250 r9328  
    7878    $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    7979
    80     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191102b' );
     80    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191211' );
    8181    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8282
     
    8989    if ( is_page( 'stats' ) ) {
    9090        wp_enqueue_script( 'google-charts', 'https://www.gstatic.com/charts/loader.js', [], null, true );
    91         wp_enqueue_script( 'wporg-page-stats', get_theme_file_uri( '/js/page-stats.js' ), [ 'jquery', 'google-charts' ], 2, true );
     91        wp_enqueue_script( 'wporg-page-stats', get_theme_file_uri( '/js/page-stats.js' ), [ 'jquery', 'google-charts' ], 3, true );
    9292        wp_localize_script( 'wporg-page-stats', 'wporgPageStats', [
    9393            'trunk'         => number_format( WP_CORE_STABLE_BRANCH + 0.1, 1 ), /* trunk */
    94             'wpVersions'    => __( 'WordPress Version', 'wporg' ),
    95             'phpVersions'   => __( 'PHP Versions', 'wporg' ),
    96             'mysqlVersions' => __( 'MySQL Version', 'wporg' ),
    97             'locales'       => __( 'Locales', 'wporg' ),
    9894        ] );
    9995    }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php

    r8159 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    6262                    </p>
    6363
    64                     <h3><?php esc_html_e( 'The Accessibility Team', 'wporg' ); ?></h3>
     64                    <h2><?php esc_html_e( 'The Accessibility Team', 'wporg' ); ?></h2>
    6565                    <p>
    6666                    <?php
     
    9797                    </p>
    9898
    99                     <h3>
     99                    <h2>
    100100                        <?php
    101101                        /* translators: ATAG: Authoring Tool Accessibility Guidelines; https://www.w3.org/TR/ATAG20/ */
    102102                        esc_html_e( 'ATAG Statement', 'wporg' );
    103103                        ?>
    104                     </h3>
     104                    </h2>
    105105                    <p>
    106106                        <?php
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php

    r7350 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php

    r8159 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    198198                    </ul>
    199199
    200                     <h3 id="developer"><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h3>
     200                    <h2 id="developer" ><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h2>
    201201                    <p><?php esc_html_e( 'For developers, we&#8217;ve got lots of goodies packed under the hood that you can use to extend WordPress in whatever direction takes your fancy.', 'wporg' ); ?></p>
    202202
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php

    r9267 r9328  
    3434
    3535        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    36             <header class="entry-header">
     36            <header class="entry-header row">
    3737                <?php the_title( '<h1 class="entry-title col-8">', '</h1>' ); ?>
    3838            </header><!-- .entry-header -->
     
    6969                    </ul>
    7070
    71                     <h3><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
     71                    <h2><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h2>
    7272
    7373                    <p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php

    r8159 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    3838            <div class="entry-content row">
    3939                <section class="col-8">
    40                     <h3 class="graphics"><?php esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h3>
     40                    <h2><?php esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h2>
    4141                    <p>
    4242                        <?php
     
    4646                    </p>
    4747
    48                     <h3 class="graphics"><?php esc_html_e( 'Downloads', 'wporg' ); ?></h3>
     48                    <h2><?php esc_html_e( 'Downloads', 'wporg' ); ?></h2>
    4949
    5050                    <section class="all-logos col-12 row gutters">
     
    125125                    </section>
    126126
    127                     <h3 class="graphics"><?php esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h3>
     127                    <h2><?php esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h2>
    128128                    <p><?php esc_html_e( 'Friends don&#8217;t let friends use the wrong WordPress logo. If you see one of these in the wild, please suggest a change.', 'wporg' ); ?></p>
    129129                    <img class="aligncenter" src="//s.w.org/about/images/logo-comparison.png" width="500" />
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php

    r8727 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    3838            <div class="entry-content row">
    3939                <section class="col-8">
    40                     <h3 id="box"><?php esc_html_e( 'Out of the Box', 'wporg' ); ?></h3>
     40                    <h2 id="box"><?php esc_html_e( 'Out of the Box', 'wporg' ); ?></h2>
    4141                    <p><?php esc_html_e( 'Great software should work with little configuration and setup. WordPress is designed to get you up and running and fully functional in no longer than five minutes. You shouldn&#8217;t have to battle to use the standard functionality of WordPress.', 'wporg' ); ?></p>
    4242                    <p><?php esc_html_e( 'We work hard to make sure that every release is in keeping with this philosophy. We ask for as few technical details as possible during the setup process as well as providing full explanations of anything we do ask.', 'wporg' ); ?></p>
    4343
    44                     <h3 id="majority"><?php esc_html_e( 'Design for the Majority', 'wporg' ); ?></h3>
     44                    <h2 id="majority"><?php esc_html_e( 'Design for the Majority', 'wporg' ); ?></h2>
    4545                    <p><?php esc_html_e( 'Many end users of WordPress are non-technically minded. They don&#8217;t know what AJAX is, nor do they care about which version of PHP they are using. The average WordPress user simply wants to be able to write without problems or interruption. These are the users that we design the software for as they are ultimately the ones who are going to spend the most time using it for what it was built for.', 'wporg' ); ?></p>
    4646
    47                     <h3 id="decisions"><?php esc_html_e( 'Decisions, not Options', 'wporg' ); ?></h3>
     47                    <h2 id="decisions"><?php esc_html_e( 'Decisions, not Options', 'wporg' ); ?></h2>
    4848                    <p><?php esc_html_e( 'When making decisions these are the users we consider first. A great example of this consideration is software options. Every time you give a user an option, you are asking them to make a decision. When a user doesn&#8217;t care or understand the option this ultimately leads to frustration. As developers we sometimes feel that providing options for everything is a good thing, you can never have too many choices, right? Ultimately these choices end up being technical ones, choices that the average end user has no interest in. It&#8217;s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.', 'wporg' ); ?></p>
    4949
    50                     <h3 id="clean"><?php esc_html_e( 'Clean, Lean, and Mean', 'wporg' ); ?></h3>
     50                    <h2 id="clean"><?php esc_html_e( 'Clean, Lean, and Mean', 'wporg' ); ?></h2>
    5151                    <p><?php esc_html_e( 'The core of WordPress will always provide a solid array of basic features. It&#8217;s designed to be lean and fast and will always stay that way. We are constantly asked &#8220;when will X feature be built&#8221; or &#8220;why isn&#8217;t X plugin integrated into the core&#8221;. The rule of thumb is that the core should provide features that 80% or more of end users will actually appreciate and use. If the next version of WordPress comes with a feature that the majority of users immediately want to turn off, or think they&#8217;ll never use, then we&#8217;ve blown it. If we stick to the 80% principle then this should never happen.', 'wporg' ); ?></p>
    5252                    <p><?php esc_html_e( 'We are able to do this because we have a very capable theme and plugin system and a fantastic developer community. Different people have different needs, and having the sheer number of quality WordPress plugins and themes allows users to customize their installations to their taste. That should allow all users to find the remaining 20% and make all WordPress features those they appreciate and use.', 'wporg' ); ?></p>
    5353
    54                     <h3 id="simplicity"><?php esc_html_e( 'Striving for Simplicity', 'wporg' ); ?></h3>
     54                    <h2 id="simplicity"><?php esc_html_e( 'Striving for Simplicity', 'wporg' ); ?></h2>
    5555                    <p><?php esc_html_e( 'We&#8217;re never done with simplicity. We want to make WordPress easier to use with every single release. We&#8217;ve got a good track record of this, if you don&#8217;t believe us then just take a look back at some older versions of WordPress!', 'wporg' ); ?></p>
    5656                    <p><?php esc_html_e( 'In past releases we&#8217;ve taken major steps to improve ease of use and ultimately make things simpler to understand. One great example of this is core software updates. Updating used to be a painful manual task that was too tricky for a lot of our users. We decided to focus on this and simplified it down to a single click. Now anyone with a WordPress installation can perform one click upgrades on both the core of WordPress and plugins and themes.', 'wporg' ); ?></p>
    5757                    <p><?php esc_html_e( 'We love to challenge ourselves and simplify tasks in ways that are positive for the overall WordPress user experience. Every version of WordPress should be easier and more enjoyable to use than the last.', 'wporg' ); ?></p>
    5858
    59                     <h3 id="deadlines"><?php esc_html_e( 'Deadlines Are Not Arbitrary', 'wporg' ); ?></h3>
     59                    <h2 id="deadlines"><?php esc_html_e( 'Deadlines Are Not Arbitrary', 'wporg' ); ?></h2>
    6060                    <p><?php esc_html_e( 'Deadlines are not arbitrary, they&#8217;re a promise we make to ourselves and our users that helps us rein in the endless possibilities of things that could be a part of every release. We aspire to release three major versions a year because through trial and error we&#8217;ve found that to be a good balance between getting cool stuff in each release and not so much that we end up breaking more than we add.', 'wporg' ); ?></p>
    6161                    <p><?php esc_html_e( 'Good deadlines almost always make you trim something from a release. This is not a bad thing, it&#8217;s what they&#8217;re supposed to do.', 'wporg' ); ?></p>
     
    6363                    <p><?php esc_html_e( 'The more frequent and regular releases are, the less important it is for any particular feature to be in this release. If it doesn&#8217;t make it for this one, it&#8217;ll just be a few months before the next one. When releases become unpredictable or few and far between, there&#8217;s more pressure to try and squeeze in that one more thing because it&#8217;s going to be so long before the next one. Delay begets delay.', 'wporg' ); ?></p>
    6464
    65                     <h3 id="minority"><?php esc_html_e( 'The Vocal Minority', 'wporg' ); ?></h3>
     65                    <h2 id="minority"><?php esc_html_e( 'The Vocal Minority', 'wporg' ); ?></h2>
    6666                    <p><?php esc_html_e( 'There&#8217;s a good rule of thumb within internet culture called the 1% rule. It states that &#8220;the number of people who create content on the internet represents approximately 1% (or less) of the people actually viewing that content&#8221;.', 'wporg' ); ?></p>
    6767                    <p><?php esc_html_e( 'So while we consider it really important to listen and respond to those who post feedback and voice their opinions on forums, they only represent a tiny fraction of our end users. When making decisions on how to move forward with future versions of WordPress, we look to engage more of those users who are not so vocal online. We do this by meeting and talking to users at WordCamps across the globe, this gives us a better balance of understanding and ultimately allows us to make better decisions for everyone moving forward.', 'wporg' ); ?></p>
    6868
    69                     <h3 id="gpl"><?php esc_html_e( 'Our Bill of Rights', 'wporg' ); ?></h3>
     69                    <h2 id="gpl"><?php esc_html_e( 'Our Bill of Rights', 'wporg' ); ?></h2>
    7070                    <p><?php esc_html_e( 'WordPress is licensed under the General Public License (GPLv2 or later) which provides four core freedoms, consider this as the WordPress &#8220;bill of rights&#8221;:', 'wporg' ); ?></p>
    7171                    <ul>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php

    r9043 r9328  
    4444
    4545        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    46             <header class="entry-header">
     46            <header class="entry-header row">
    4747                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    4848            </header><!-- .entry-header -->
     
    5050            <div class="entry-content row">
    5151                <section class="col-8">
    52                     <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>
     52                    <h2><?php esc_html_e( 'Cookies', 'wporg' ); ?></h2>
    5353                    <p><?php
    5454                        echo wp_kses_post( sprintf(
     
    5959                    ?></p>
    6060
    61                     <h3><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h3>
     61                    <h2><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h2>
    6262                    <p><?php esc_html_e( 'Cookies are small pieces of data, stored in text files, that are stored on your computer or other device when websites are loaded in a browser. They are widely used to &#8216;remember&#8217; you and your preferences, either for a single visit (through a &#8216;session cookie&#8217;) or for multiple repeat visits (using a &#8216;persistent cookie&#8217;). They ensure a consistent and efficient experience for visitors, and perform essential functions such as allowing users to register and remain logged in. Cookies may be set by the site that you are visiting (known as &#8216;first party cookies&#8217;), or by third parties, such as those who serve content or provide advertising or analytics services on the website (&#8216;third party cookies&#8217;).', 'wporg' ); ?></p>
    6363
    64                     <h3><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h3>
     64                    <h2><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h2>
    6565                    <p><?php esc_html_e( 'We use cookies for a number of different purposes. Some cookies are necessary for technical reasons; some enable a personalized experience for both visitors and registered users; and some allow the display of advertising from selected third party networks. Some of these cookies may be set when a page is loaded, or when a visitor takes a particular action (clicking the &#8216;like&#8217; or &#8216;follow&#8217; button on a post, for example).', 'wporg' ); ?></p>
    6666                    <p><?php esc_html_e( 'Below the different categories of cookies set by WordPress.org are outlined, with specific examples detailed in the tables that follow. This includes their name and purpose. Certain cookies are only set for logged-in visitors, whereas others are set for any visitors, and these are marked below accordingly. Where a cookie only applies to specific subdomains, they are included under the relevant header.', 'wporg' ); ?></p>
     
    7171                    <p><strong><?php esc_html_e( 'Third Party/Embedded Content', 'wporg' ); ?></strong>: <?php esc_html_e( 'WordPress.org makes use of different third party applications and services to enhance the experience of website visitors. These include social media platforms such as Facebook and Twitter (through the use of sharing buttons), or embedded content from YouTube and Vimeo. As a result, cookies may be set by these third parties, and used by them to track your online activity. We have no direct control over the information that is collected by these cookies.', 'wporg' ); ?></p>
    7272
    73                     <h3><?php esc_html_e( 'wordpress.org', 'wporg' ); ?></h3>
     73                    <h2><?php esc_html_e( 'wordpress.org', 'wporg' ); ?></h2>
    7474                    <table>
    7575                        <thead>
     
    139139                    </table>
    140140
    141                     <h3><?php esc_html_e( 'make.wordpress.org', 'wporg' ); ?></h3>
     141                    <h2><?php esc_html_e( 'make.wordpress.org', 'wporg' ); ?></h2>
    142142                    <table>
    143143                        <thead>
     
    165165                    </table>
    166166
    167                     <h3><?php esc_html_e( '*.trac.wordpress.org', 'wporg' ); ?></h3>
     167                    <h2><?php esc_html_e( '*.trac.wordpress.org', 'wporg' ); ?></h2>
    168168                    <table>
    169169                        <thead>
     
    191191                    </table>
    192192
    193                     <h3><?php esc_html_e( 'codex.wordpress.org', 'wporg' ); ?></h3>
     193                    <h2><?php esc_html_e( 'codex.wordpress.org', 'wporg' ); ?></h2>
    194194                    <table>
    195195                        <thead>
     
    223223                    </table>
    224224
    225                     <h3><?php esc_html_e( '*.wordcamp.org', 'wporg' ); ?></h3>
     225                    <h2><?php esc_html_e( '*.wordcamp.org', 'wporg' ); ?></h2>
    226226                    <table>
    227227                        <thead>
     
    327327                    </table>
    328328
    329                     <h3><?php esc_html_e( 'Controlling Cookies', 'wporg' ); ?></h3>
     329                    <h2><?php esc_html_e( 'Controlling Cookies', 'wporg' ); ?></h2>
    330330                    <p><?php esc_html_e( 'Visitors may wish to restrict the use of cookies, or completely prevent them from being set. Most browsers provide for ways to control cookie behavior such as the length of time they are stored &#8212; either through built-in functionality or by utilizing third party plugins.', 'wporg' ); ?></p>
    331331                    <p>
     
    343343                    <p><?php esc_html_e( 'It&#8217;s important to note that restricting or disabling the use of cookies can limit the functionality of sites, or prevent them from working correctly at all.', 'wporg' ); ?></p>
    344344
    345                     <h3><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h3>
     345                    <h2><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h2>
    346346                    <p><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" src="https://s.w.org/images/home/ccbysa40.png"></a></p>
    347347                </section>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-data-erasure-request.php

    r8996 r9328  
    7272
    7373        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    74             <header class="entry-header">
     74            <header class="entry-header row">
    7575                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    7676            </header><!-- .entry-header -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    r8997 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    4040                    <p><?php esc_html_e( 'WordPress.org websites (collectively &#8220;WordPress.org&#8221; in this document) refer to sites hosted on the WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains thereof. This privacy policy describes how WordPress.org uses and protects any information that you give us. We are committed to ensuring that your privacy is protected. If you provide us with personal information through WordPress.org, you can be assured that it will only be used in accordance with this privacy statement.', 'wporg' ); ?></p>
    4141
    42                     <h3><?php esc_html_e( 'Website Visitors', 'wporg' ); ?></h3>
     42                    <h2><?php esc_html_e( 'Website Visitors', 'wporg' ); ?></h2>
    4343                    <p><?php esc_html_e( 'Like most website operators, WordPress.org collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. WordPress.org&#8217;s purpose in collecting non-personally identifying information is to better understand how WordPress.org&#8217;s visitors use its website. From time to time, WordPress.org may release non-personally-identifying information in the aggregate, e.g., by publishing a report on trends in the usage of its website.', 'wporg' ); ?></p>
    4444
    4545                    <p><?php esc_html_e( 'WordPress.org also collects potentially personally-identifying information like Internet Protocol (IP) addresses. WordPress.org does not use IP addresses to identify its visitors, however, and does not disclose such information, other than under the same circumstances that it uses and discloses personally-identifying information, as described below.', 'wporg' ); ?></p>
    4646
    47                     <h3><?php esc_html_e( 'Gathering of Personally-Identifying Information', 'wporg' ); ?></h3>
     47                    <h2><?php esc_html_e( 'Gathering of Personally-Identifying Information', 'wporg' ); ?></h2>
    4848                    <p><?php esc_html_e( 'Certain visitors to WordPress.org choose to interact with WordPress.org in ways that require WordPress.org to gather personally-identifying information. The amount and type of information that WordPress.org gathers depends on the nature of the interaction. For example, we ask visitors who use our forums to provide a username and email address.', 'wporg' ); ?></p>
    4949                    <p><?php esc_html_e( 'In each case, WordPress.org collects such information only insofar as is necessary or appropriate to fulfill the purpose of the visitor&#8217;s interaction with WordPress.org. WordPress.org does not disclose personally-identifying information other than as described below. And visitors can always refuse to supply personally-identifying information, with the caveat that it may prevent them from engaging in certain website-related activities, like purchasing a WordCamp ticket.', 'wporg' ); ?></p>
    5050                    <p><?php esc_html_e( 'All of the information that is collected on WordPress.org will be handled in accordance with GDPR legislation.', 'wporg' ); ?></p>
    5151
    52                     <h3><?php esc_html_e( 'Protection of Certain Personally-Identifying Information', 'wporg' ); ?></h3>
     52                    <h2><?php esc_html_e( 'Protection of Certain Personally-Identifying Information', 'wporg' ); ?></h2>
    5353                    <p><?php esc_html_e( 'WordPress.org discloses potentially personally-identifying and personally-identifying information only to those of project administrators, employees, contractors, and affiliated organizations that (i) need to know that information in order to process it on WordPress.org&#8217;s behalf or to provide services available through WordPress.org, and (ii) that have agreed not to disclose it to others. Some of those employees, contractors and affiliated organizations may be located outside of your home country; by using WordPress.org, you consent to the transfer of such information to them.', 'wporg' ); ?></p>
    5454                    <p><?php esc_html_e( 'WordPress.org will not rent or sell potentially personally-identifying and personally-identifying information to anyone. Other than to project administrators, employees, contractors, and affiliated organizations, as described above, WordPress.org discloses potentially personally-identifying and personally-identifying information only when required to do so by law, if you give permission to have your information shared, or when WordPress.org believes in good faith that disclosure is reasonably necessary to protect the property or rights of WordPress.org, third parties, or the public at large.', 'wporg' ); ?></p>
     
    5656                    <p><?php esc_html_e( 'If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. WordPress.org takes all measures reasonably necessary to protect against the unauthorized access, use, alteration, or destruction of potentially personally-identifying and personally-identifying information.', 'wporg' ); ?></p>
    5757
    58                     <h3><?php esc_html_e( 'Use of personal information', 'wporg' ); ?></h3>
     58                    <h2><?php esc_html_e( 'Use of personal information', 'wporg' ); ?></h2>
    5959                    <p><?php esc_html_e( 'We use the information you provide to register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way.', 'wporg' ); ?></p>
    6060                    <p><?php esc_html_e( 'We will not sell or lease your personal information to third parties unless we have your permission or are required by law to do so.', 'wporg' ); ?></p>
     
    6262                    <p><?php esc_html_e( 'You have a right at any time to stop us from contacting you for marketing purposes.  If you no longer wish to be contacted for marketing purposes, please click on the unsubscribe link at the bottom of the email.', 'wporg' ); ?></p>
    6363
    64                     <h3><?php esc_html_e( 'Legal grounds for processing personal information', 'wporg' ); ?></h3>
     64                    <h2><?php esc_html_e( 'Legal grounds for processing personal information', 'wporg' ); ?></h2>
    6565                    <p><?php esc_html_e( 'We rely on one or more of the following processing conditions:', 'wporg' ); ?></p>
    6666                    <ul>
     
    7070                    </ul>
    7171
    72                     <h3><?php esc_html_e( 'Access to data', 'wporg' ); ?></h3>
     72                    <h2><?php esc_html_e( 'Access to data', 'wporg' ); ?></h2>
    7373                    <p><?php esc_html_e( 'You have the right to request a copy of the information we hold about you. If you would like a copy of some or all your personal information, please follow the instructions at the end of this section.', 'wporg' ); ?></p>
    7474                    <p><?php esc_html_e( 'All WordCamp attendee-provided data can be viewed and changed by the attendee via the Access Token URL that is emailed to confirm a successful ticket purchase.', 'wporg' ); ?></p>
     
    103103                    <p><?php esc_html_e( 'Note: If you have a WP.org account, it&#8217;s recommended you log in before submitting to associate your account with the request.', 'wporg' ); ?></p>
    104104
    105                     <h3><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h3>
     105                    <h2><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h2>
    106106                    <p><?php esc_html_e( 'We will retain your personal information on our systems only for as long as we need to, for the success of the WordPress open source project and the programs that support WordPress.org. We keep contact information (such as mailing list information) until a user unsubscribes or requests that we delete that information from our live systems. If you choose to unsubscribe from a mailing list, we may keep certain limited information about you so that we may honor your request.', 'wporg' ); ?></p>
    107107                    <p><?php esc_html_e( 'WordPress.org will not delete personal data from logs or records necessary to the operation, development, or archives of the WordPress open source project.', 'wporg' ); ?></p>
     
    125125                    <p><?php esc_html_e( 'Note: If you have a WP.org account, it&#8217;s recommended you log in before submitting to associate your account with the request.', 'wporg' ); ?></p>
    126126
    127                     <h3><?php esc_html_e( 'Rights in relation to your information', 'wporg' ); ?></h3>
     127                    <h2><?php esc_html_e( 'Rights in relation to your information', 'wporg' ); ?></h2>
    128128                    <p><?php esc_html_e( 'You may have certain rights under data protection law in relation to the personal information we hold about you. In particular, you may have a right to:', 'wporg' ); ?></p>
    129129                    <ul>
     
    136136                    <p><?php esc_html_e( 'If you would like to exercise these rights or understand if these rights apply to you, please follow the instructions at the end of this Privacy statement.', 'wporg' ); ?></p>
    137137
    138                     <h3><?php esc_html_e( 'Third Party Links', 'wporg' ); ?></h3>
     138                    <h2><?php esc_html_e( 'Third Party Links', 'wporg' ); ?></h2>
    139139                    <p><?php esc_html_e( 'Our website may contain links to other websites provided by third parties not under our control. When following a link and providing information to a 3rd-party website, please be aware that we are not responsible for the data provided to that third party.  This privacy policy only applies to the websites listed at the beginning of this document, so when you visit other websites, even when you click on a link posted on WordPress.org, you should read their own privacy policies.', 'wporg' ); ?></p>
    140140
    141                     <h3><?php esc_html_e( 'Aggregated Statistics', 'wporg' ); ?></h3>
     141                    <h2><?php esc_html_e( 'Aggregated Statistics', 'wporg' ); ?></h2>
    142142                    <p><?php echo wp_kses_post( __( 'WordPress.org may collect statistics about the behavior of visitors to its websites. For instance, WordPress.org may reveal how many times a particular version of WordPress was downloaded or report on which plugins are the most popular, based on data gathered by <code>api.wordpress.org</code>, a web service used by WordPress installations to check for new versions of WordPress and plugins. However, WordPress.org does not disclose personally-identifying information other than as described in this policy.', 'wporg' ) ); ?></p>
    143143
    144                     <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>
     144                    <h2><?php esc_html_e( 'Cookies', 'wporg' ); ?></h2>
    145145                    <p><?php esc_html_e( 'Additionally, information about how you use our website is collected automatically using &#8220;cookies&#8221;. Cookies are text files placed on your computer to collect standard internet log information and visitor behaviour information. This information is used to track visitor use of the website and to compile statistical reports on website activity.', 'wporg' ); ?></p>
    146146                    <p><?php echo wp_kses_post( sprintf(
     
    151151                    ?></p>
    152152
    153                     <h3><?php esc_html_e( 'Privacy Policy Changes', 'wporg' ); ?></h3>
     153                    <h2><?php esc_html_e( 'Privacy Policy Changes', 'wporg' ); ?></h2>
    154154                    <p><?php esc_html_e( 'Although most changes are likely to be minor, WordPress.org may change its Privacy Policy from time to time, and at WordPress.org&#8217;s sole discretion. WordPress.org encourages visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.', 'wporg' ); ?></p>
    155155
    156                     <h3><?php esc_html_e( 'Contact', 'wporg' ); ?></h3>
     156                    <h2><?php esc_html_e( 'Contact', 'wporg' ); ?></h2>
    157157                    <p><?php esc_html_e( 'Please contact us if you have any questions about our privacy policy or information we hold about you by emailing dpo@wordcamp.org.', 'wporg' ); ?></p>
    158158
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r8726 r9328  
    3434
    3535        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    36             <header class="entry-header">
     36            <header class="entry-header row">
    3737                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3838            </header><!-- .entry-header -->
     
    4040            <div class="entry-content row">
    4141                <section class="col-8">
    42                     <h3><?php esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h3>
     42                    <h2 class="h3"><?php esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h2>
    4343
    4444                    <ul>
     
    8181                    </p>
    8282
    83                     <h3><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h3>
     83                    <h2><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h2>
    8484
    8585                    <p><?php esc_html_e( 'Here&#8217;s a letter you can send to your host; copy and paste!', 'wporg' ); ?></p>
     
    108108                    </blockquote>
    109109
    110                     <h3><?php esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h3>
     110                    <h2 class="h3"><?php esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h2>
    111111
    112112                    <p><?php esc_html_e( 'Hosting is more secure when PHP applications, like WordPress, are run using your account&#8217;s username instead of the server&#8217;s default shared username. Ask your potential host what steps they take to ensure the security of your account.', 'wporg' ); ?></p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r9310 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    9696                    </p>
    9797
    98                     <h3><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h3>
     98                    <h2><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h2>
    9999
    100100                    <p>
     
    170170                    </p>
    171171
    172                     <h3><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h3>
     172                    <h2><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h2>
    173173
    174174                    <p><?php esc_html_e( 'While we expect to need most or all of 2019 to finish phase 2 of Gutenberg, there are already plans for Phase 3 and 4. Phase 3 will focus on collaboration and multi-user editing. Phase 4 will contain support for multilingual sites.', 'wporg' ); ?></p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php

    r7350 r9328  
    3737
    3838        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    39             <header class="entry-header">
     39            <header class="entry-header row">
    4040                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    4141            </header><!-- .entry-header -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php

    r7362 r9328  
    3737
    3838            <div class="entry-content row">
    39                 <section class="col-8">
     39                <div class="col-8">
    4040                    <p><?php esc_html_e( 'Here are some charts showing what sorts of systems people are running WordPress on. (You&#8217;ll need JavaScript enabled to see them.)', 'wporg' ); ?></p>
    41                     <div id="wp_versions" class="wporg-stats-chart loading"></div>
    42                     <div id="php_versions" class="wporg-stats-chart loading"></div>
    43                     <div id="mysql_versions" class="wporg-stats-chart loading"></div>
    44                     <div id="locales" class="wporg-stats-chart loading"></div>
     41                    <section>
     42                        <h2><?php esc_html_e( 'WordPress Version', 'wporg' ); ?></h2>
     43                        <div id="wp_versions" class="wporg-stats-chart loading"></div>
     44                    </section>
     45                    <section>
     46                        <h2><?php esc_html_e( 'PHP Versions', 'wporg' ); ?></h2>
     47                        <div id="php_versions" class="wporg-stats-chart loading"></div>
     48                    </section>
     49                    <section>
     50                        <h2><?php esc_html_e( 'MySQL Version', 'wporg' ); ?></h2>
     51                        <div id="mysql_versions" class="wporg-stats-chart loading"></div>
     52                    </section>
     53                    <section>
     54                        <h2><?php esc_html_e( 'Locales', 'wporg' ); ?></h2>
     55                        <div id="locales" class="wporg-stats-chart loading"></div>
     56                    </section>
    4557                </section>
    4658            </div><!-- .entry-content -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.php

    r8112 r9328  
    112112
    113113        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    114             <header class="entry-header">
     114            <header class="entry-header row">
    115115                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    116116            </header><!-- .entry-header -->
     
    118118            <div class="entry-content row">
    119119                <section class="col-8">
    120                     <h3><?php esc_html_e( 'Share your WordPress story', 'wporg' ); ?></h3>
     120                    <h2><?php esc_html_e( 'Share your WordPress story', 'wporg' ); ?></h2>
    121121                    <p><?php esc_html_e( 'Want to have your story featured on this page?', 'wporg' ); ?></p>
    122122                    <p>
     
    137137                </section>
    138138
    139                 <section class="col-10" id="embeds"></section>
     139                <section class="col-12">
     140                    <div class="row">
     141                        <div class="offset-2 col-8">
     142                            <h2><?php esc_html_e( 'WordPress on Twitter', 'wporg' ); ?></h2>
     143                        </div>
     144                    </div>
     145                    <div class="row">
     146                        <div class="col-10">   
     147                            <div  id="embeds"></div>
     148                        </div>
     149                    </div>
     150                </section>
    140151            </div><!-- .entry-content -->
    141152        </article><!-- #post-## -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php

    r7350 r9328  
    3434            <div class="entry-content row">
    3535                <section class="col-8">
    36                     <h2 id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2>
     36                    <h2 class="h1" id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2>
    3737                    <p><?php esc_html_e( 'WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. We believe great software should work with minimum set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.', 'wporg' ); ?></p>
    3838                    <p>
     
    9797
    9898                <section class="col-8">
    99                     <h2 id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2>
     99                    <h2 class="h1" id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2>
    100100                    <p>
    101101                        <?php
     
    108108
    109109                <section class="col-8">
    110                     <h2 id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>
     110                    <h2 class="h1" id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>
    111111                    <p>
    112112                        <?php
Note: See TracChangeset for help on using the changeset viewer.