Making WordPress.org

Changeset 6878


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (6 years ago)
Author:
dd32
Message:

Main: About: Mark the strings as translatable.
Some strings are deliberately not translated right now.

See #3046.

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

    r6869 r6878  
    99
    1010namespace WordPressdotorg\MainTheme;
    11 
    12 function ___( $arg ) { return $arg; }
    13 function _esc_html__( $arg ) { return $arg; }
    14 function _esc_html_e( $arg ) { echo $arg; }
    1511
    1612/**
     
    7975            'trunk'         => number_format( WP_CORE_STABLE_BRANCH + 0.1, 1 ), /* trunk */
    8076            'beta'          => number_format( WP_CORE_STABLE_BRANCH + 0.2, 1 ), /* trunk w/ beta-tester plugin */
    81             'wpVersions'    => ___( 'WordPress Version', 'wporg' ),
    82             'phpVersions'   => ___( 'PHP Versions', 'wporg' ),
    83             'mysqlVersions' => ___( 'MySQL Version', 'wporg' ),
    84             'locales'       => ___( 'Locales', 'wporg' ),
     77            'wpVersions'    => __( 'WordPress Version', 'wporg' ),
     78            'phpVersions'   => __( 'PHP Versions', 'wporg' ),
     79            'mysqlVersions' => __( 'MySQL Version', 'wporg' ),
     80            'locales'       => __( 'Locales', 'wporg' ),
    8581        ] );
    8682    }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php

    r6870 r6878  
    2222
    2323        case 'page-about-domains.php':
    24             $title = _esc_html__( 'WordPress Domains', 'wporg' );
    25             $desc  = _esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
     24            $title = esc_html__( 'WordPress Domains', 'wporg' );
     25            $desc  = esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
    2626            break;
    2727
    2828        case 'page-about-etiquette.php':
    29             $title = _esc_html__( 'Etiquette at WordPress', 'wporg' );
    30             $desc  = _esc_html__( 'We welcome the contributions of everyone who’s interested in joining the WordPress open source project, and every thriving, diverse community needs etiquette guidelines. Review our simple guidelines that focus on diversity, safety, and inclusion and foster a welcoming community for our contributors around the world.', 'wporg' );
     29            $title = esc_html__( 'Etiquette at WordPress', 'wporg' );
     30            $desc  = esc_html__( 'We welcome the contributions of everyone who’s interested in joining the WordPress open source project, and every thriving, diverse community needs etiquette guidelines. Review our simple guidelines that focus on diversity, safety, and inclusion and foster a welcoming community for our contributors around the world.', 'wporg' );
    3131            break;
    3232
    3333        case 'page-about-features.php':
    34             $title = _esc_html__( 'WordPress Features', 'wporg' );
     34            $title = esc_html__( 'WordPress Features', 'wporg' );
    3535            /* translators: WordPress market share: 30%; */
    36             $desc  = sprintf( _esc_html__( 'Discover why WordPress powers more than %s of the web. WordPress is a simple, flexible, user-friendly platform, with key features that include media management, SEO, and endless options for customization. More than 50,000 plugins extend the core functionality of WordPress even more. Build your site today.', 'wporg' ), WP_MARKET_SHARE . '%' );
     36            $desc  = sprintf( esc_html__( 'Discover why WordPress powers more than %s of the web. WordPress is a simple, flexible, user-friendly platform, with key features that include media management, SEO, and endless options for customization. More than 50,000 plugins extend the core functionality of WordPress even more. Build your site today.', 'wporg' ), WP_MARKET_SHARE . '%' );
    3737            break;
    3838
    3939        case 'page-about-history.php':
    40             $title = _esc_html__( 'The History of WordPress', 'wporg' );
     40            $title = esc_html__( 'The History of WordPress', 'wporg' );
    4141            /* translators: WordPress market share: 30%; */
    42             $desc  = sprintf( _esc_html__( 'WordPress currently powers more than %s of the web. How did it grow to become the world’s leading web publishing platform? Learn about the history of WordPress: an open source software project built by an active community of contributors who are passionate about collaboration, empowerment, and the open web.', 'wporg' ), WP_MARKET_SHARE . '%' );
     42            $desc  = sprintf( esc_html__( 'WordPress currently powers more than %s of the web. How did it grow to become the world’s leading web publishing platform? Learn about the history of WordPress: an open source software project built by an active community of contributors who are passionate about collaboration, empowerment, and the open web.', 'wporg' ), WP_MARKET_SHARE . '%' );
    4343            break;
    4444
    4545        case 'page-about-license.php':
    46             $title = _esc_html__( 'The GNU Public License', 'wporg' );
    47             $desc  = _esc_html__( 'WordPress is an open source software project, and a fierce believer in the values of the open web. WordPress uses the GNU Public License, which provides a platform for technical expansion and encourages adaptation and innovation. Learn more about this license, and discover what can and cannot be done under it.', 'wporg' );
     46            $title = esc_html__( 'The GNU Public License', 'wporg' );
     47            $desc  = esc_html__( 'WordPress is an open source software project, and a fierce believer in the values of the open web. WordPress uses the GNU Public License, which provides a platform for technical expansion and encourages adaptation and innovation. Learn more about this license, and discover what can and cannot be done under it.', 'wporg' );
    4848            break;
    4949
    5050        case 'page-about-logos.php':
    51             $title = _esc_html__( 'Graphics & Logos', 'wporg' );
    52             $desc  = sprintf( ___( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
     51            $title = esc_html__( 'Graphics &amp; Logos', 'wporg' );
     52            $desc  = sprintf( __( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
    5353            break;
    5454
    5555        case 'page-about-philosophy.php':
    56             $title = _esc_html__( 'WordPress&rsquo; Philosophy', 'wporg' );
    57             $desc  = _esc_html__( 'At the core of the WordPress philosophy is our commitment to the open web and to building software that works for everyone, from a new user to an advanced developer. Our philosophy pushes WordPress to remain flexible, adaptable, and easy-to-use. Learn about WordPress&#8217;s philosophy and how it shapes our community.', 'wporg' );
     56            $title = esc_html__( 'WordPress&rsquo; Philosophy', 'wporg' );
     57            $desc  = esc_html__( 'At the core of the WordPress philosophy is our commitment to the open web and to building software that works for everyone, from a new user to an advanced developer. Our philosophy pushes WordPress to remain flexible, adaptable, and easy-to-use. Learn about WordPress&#8217;s philosophy and how it shapes our community.', 'wporg' );
    5858            break;
    5959
    6060        case 'page-about-privacy.php':
    61             $title = _esc_html__( 'WordPress Privacy Policy', 'wporg' );
    62             $desc  = _esc_html__( 'Like other major software platforms, WordPress gathers and collects statistics and analytical data. Privacy is key in this endeavor and WordPress never discloses any personally identifiable data. Review the WordPress Privacy Policy to learn how, as a participant in this community, you&#8217;re privacy is protected.', 'wporg' );
     61            $title = esc_html__( 'WordPress Privacy Policy', 'wporg' );
     62            $desc  = esc_html__( 'Like other major software platforms, WordPress gathers and collects statistics and analytical data. Privacy is key in this endeavor and WordPress never discloses any personally identifiable data. Review the WordPress Privacy Policy to learn how, as a participant in this community, you&#8217;re privacy is protected.', 'wporg' );
    6363            break;
    6464
    6565        case 'page-about-requirements.php':
    66             $title = _esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
    67             $desc  = _esc_html__( 'Running WordPress doesn&#8217;t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
     66            $title = esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
     67            $desc  = esc_html__( 'Running WordPress doesn&#8217;t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
    6868            break;
    6969
    7070        case 'page-about-roadmap.php':
    71             $title = _esc_html__( 'WordPress Development Roadmap', 'wporg' );
    72             $desc  = _esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' );
     71            $title = esc_html__( 'WordPress Development Roadmap', 'wporg' );
     72            $desc  = esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' );
    7373            break;
    7474
    7575        case 'page-about-security.php':
    76             $title = _esc_html__( 'WordPress is Secure', 'wporg' );
     76            $title = esc_html__( 'WordPress is Secure', 'wporg' );
    7777            /* translators: WordPress market share: 30%; */
    78             $desc  = sprintf( _esc_html__( 'Why is WordPress recommended as a secure website-building solution? With a passionate open source community and an extensible, easy-to-use platform, WordPress provides flexible and secure options for all levels of users, from beginners to pros. Learn how WordPress guarantees the security of %s of the web.', 'wporg' ), WP_MARKET_SHARE . '%' );
     78            $desc  = sprintf( esc_html__( 'Why is WordPress recommended as a secure website-building solution? With a passionate open source community and an extensible, easy-to-use platform, WordPress provides flexible and secure options for all levels of users, from beginners to pros. Learn how WordPress guarantees the security of %s of the web.', 'wporg' ), WP_MARKET_SHARE . '%' );
    7979            break;
    8080
    8181        case 'page-about-stats.php':
    82             $title = _esc_html__( 'Key WordPress Statistics', 'wporg' );
    83             $desc  = _esc_html__( 'WordPress is committed to transparency, and you can get a better sense of its constant worldwide growth through the statistics we share. Review key WordPress stats including usage breakdown by WordPress versions, PHP and MySQL versions being run, and locales of use, and see how WordPress expands its global reach.', 'wporg' );
     82            $title = esc_html__( 'Key WordPress Statistics', 'wporg' );
     83            $desc  = esc_html__( 'WordPress is committed to transparency, and you can get a better sense of its constant worldwide growth through the statistics we share. Review key WordPress stats including usage breakdown by WordPress versions, PHP and MySQL versions being run, and locales of use, and see how WordPress expands its global reach.', 'wporg' );
    8484            break;
    8585
    8686        case 'page-about-swag.php':
    87             $title = _esc_html__( 'WordPress Swag', 'wporg' );
    88             $desc  = _esc_html__( 'Show your WordPress pride and run with the coolest swag! You&#8217;ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' );
     87            $title = esc_html__( 'WordPress Swag', 'wporg' );
     88            $desc  = esc_html__( 'Show your WordPress pride and run with the coolest swag! You&#8217;ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' );
    8989            break;
    9090
    9191        case 'page-about.php':
    92             $title = _esc_html__( 'Democratize Publishing', 'wporg' );
    93             $desc  = _esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
     92            $title = esc_html__( 'Democratize Publishing', 'wporg' );
     93            $desc  = esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
    9494            break;
    9595    }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Domains', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Domains', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <p><?php echo wp_kses_post( ___( 'For various reasons related to our WordPress trademark, we ask if you&#8217;re going to start a site about WordPress or related to it that you <strong>not</strong> use &#8220;WordPress&#8221; in the domain name. Try using &#8220;wp&#8221; instead, or another variation. We&#8217;re not lawyers, but very good ones tell us we have to do this to preserve our trademark. Also, many users have told us they find it confusing.', 'wporg' ) ); ?></p>
     43                    <p><?php echo wp_kses_post( __( 'For various reasons related to our WordPress trademark, we ask if you&#8217;re going to start a site about WordPress or related to it that you <strong>not</strong> use &#8220;WordPress&#8221; in the domain name. Try using &#8220;wp&#8221; instead, or another variation. We&#8217;re not lawyers, but very good ones tell us we have to do this to preserve our trademark. Also, many users have told us they find it confusing.', 'wporg' ) ); ?></p>
    4444
    45                     <p><?php _esc_html_e( 'If you already have a domain with &#8220;WordPress&#8221; in it, redirecting it to the &#8220;wp&#8221; equivalent is fine, just as long as the main one users see and you promote doesn&#8217;t contain &#8220;WordPress&#8221; and in the long term you should consider transferring the old one to the Foundation.', 'wporg' ); ?></p>
     45                    <p><?php esc_html_e( 'If you already have a domain with &#8220;WordPress&#8221; in it, redirecting it to the &#8220;wp&#8221; equivalent is fine, just as long as the main one users see and you promote doesn&#8217;t contain &#8220;WordPress&#8221; and in the long term you should consider transferring the old one to the Foundation.', 'wporg' ); ?></p>
    4646
    4747                    <p>
    4848                        <?php
    49                         echo wp_kses_post( ___( '&#8220;WordPress&#8221; in sub-domains is fine, like <code>wordpress.example.com</code>, we&#8217;re just concerned about top-level domains.', 'wporg' ) ); // phpcs:ignore WordPress.WP.CapitalPDangit.Misspelled
     49                        echo wp_kses_post( __( '&#8220;WordPress&#8221; in sub-domains is fine, like <code>wordpress.example.com</code>, we&#8217;re just concerned about top-level domains.', 'wporg' ) ); // phpcs:ignore WordPress.WP.CapitalPDangit.Misspelled
    5050                        ?>
    5151                    </p>
    5252
    53                     <p><?php _esc_html_e( 'We&#8217;ve told this to anyone who has ever asked us, we just wanted to make it public so more people could be aware of this policy.', 'wporg' ); ?></p>
     53                    <p><?php esc_html_e( 'We&#8217;ve told this to anyone who has ever asked us, we just wanted to make it public so more people could be aware of this policy.', 'wporg' ); ?></p>
    5454
    55                     <p><strong><?php _esc_html_e( '&lt;whine&gt;Other domains are using WordPress in them!&lt;/whine&gt;', 'wporg' ); ?></strong></p>
    56                     <p><?php _esc_html_e( 'If they&#8217;re not WordPress.com, WordPress.net, WordPress.org, WordPress.tv, or WordPressFoundation.org, they&#8217;re not allowed, and you should contact the owner with a pointer to this page. We see this most frequently with spammy sites distributing plugins and themes with malware in them, which you probably don&#8217;t want to be associated with.', 'wporg' ); ?></p>
     55                    <p><strong><?php esc_html_e( '&lt;whine&gt;Other domains are using WordPress in them!&lt;/whine&gt;', 'wporg' ); ?></strong></p>
     56                    <p><?php esc_html_e( 'If they&#8217;re not WordPress.com, WordPress.net, WordPress.org, WordPress.tv, or WordPressFoundation.org, they&#8217;re not allowed, and you should contact the owner with a pointer to this page. We see this most frequently with spammy sites distributing plugins and themes with malware in them, which you probably don&#8217;t want to be associated with.', 'wporg' ); ?></p>
    5757                </section>
    5858            </div><!-- .entry-content -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Etiquette', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Etiquette', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
     
    4444                        <?php
    4545                        /* translators: Link to blog post */
    46                         printf( wp_kses_post( ___( 'In the WordPress open source project, we realize that our biggest asset is the community that we foster. The project, as a whole, follows these basic philosophical principles from <a href="%s">The Cathedral and The Bazaar</a>.', 'wporg' ) ), esc_url( 'http://www.catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/index.html' ) );
     46                        printf( wp_kses_post( __( 'In the WordPress open source project, we realize that our biggest asset is the community that we foster. The project, as a whole, follows these basic philosophical principles from <a href="%s">The Cathedral and The Bazaar</a>.', 'wporg' ) ), esc_url( 'http://www.catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/index.html' ) );
    4747                        ?>
    4848                    </p>
    4949
    5050                    <ul>
    51                         <li><?php _esc_html_e( 'Contributions to the WordPress open source project are for the benefit of the WordPress community as a whole, not specific businesses or individuals. All actions taken as a contributor should be made with the best interests of the community in mind.', 'wporg' ); ?></li>
    52                         <li><?php _esc_html_e( 'Participation in the WordPress open source project is open to all who wish to join, regardless of ability, skill, financial status, or any other criteria.', 'wporg' ); ?></li>
    53                         <li><?php _esc_html_e( 'The WordPress open source project is a volunteer-run community. Even in cases where contributors are sponsored by companies, that time is donated for the benefit of the entire open source community.', 'wporg' ); ?></li>
     51                        <li><?php esc_html_e( 'Contributions to the WordPress open source project are for the benefit of the WordPress community as a whole, not specific businesses or individuals. All actions taken as a contributor should be made with the best interests of the community in mind.', 'wporg' ); ?></li>
     52                        <li><?php esc_html_e( 'Participation in the WordPress open source project is open to all who wish to join, regardless of ability, skill, financial status, or any other criteria.', 'wporg' ); ?></li>
     53                        <li><?php esc_html_e( 'The WordPress open source project is a volunteer-run community. Even in cases where contributors are sponsored by companies, that time is donated for the benefit of the entire open source community.', 'wporg' ); ?></li>
    5454                        <li>
    5555                            <?php
    5656                            /* translators: Link to make.wordpress.org */
    57                             printf( wp_kses_post( ___( 'Any member of the community can donate their time and contribute to the project in any form including design, code, documentation, community building, etc. For more information, go to <a href="%s">make.wordpress.org</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/' ) );
     57                            printf( wp_kses_post( __( 'Any member of the community can donate their time and contribute to the project in any form including design, code, documentation, community building, etc. For more information, go to <a href="%s">make.wordpress.org</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/' ) );
    5858                            ?>
    5959                        </li>
    60                         <li><?php _esc_html_e( 'The WordPress open source community cares about diversity. We strive to maintain a welcoming environment where everyone can feel included, by keeping communication free of discrimination, incitement to violence, promotion of hate, and unwelcoming behavior.', 'wporg' ); ?></li>
     60                        <li><?php esc_html_e( 'The WordPress open source community cares about diversity. We strive to maintain a welcoming environment where everyone can feel included, by keeping communication free of discrimination, incitement to violence, promotion of hate, and unwelcoming behavior.', 'wporg' ); ?></li>
    6161                    </ul>
    6262
    63                     <p><?php _esc_html_e( 'There is a project currently underway to create a project-wide code of conduct so that we can ensure the safety of our contributors.', 'wporg' ); ?></p>
     63                    <p><?php esc_html_e( 'There is a project currently underway to create a project-wide code of conduct so that we can ensure the safety of our contributors.', 'wporg' ); ?></p>
    6464
    6565                    <p>
    6666                        <?php
    6767                        /* translators: 1: Link to community team slack channel; 2: Link to tag archive on make/community */
    68                         printf( wp_kses_post( ___( 'Meetings are conducted in the <a href="%1$s">#community-team Slack channel</a>, and minutes published on the <a href="%2$s">Make Community blog</a>.', 'wporg' ) ), esc_url( 'https://wordpress.slack.com/messages/community-team' ), esc_url( 'https://make.wordpress.org/community/tag/ccoc/' ) );
     68                        printf( wp_kses_post( __( 'Meetings are conducted in the <a href="%1$s">#community-team Slack channel</a>, and minutes published on the <a href="%2$s">Make Community blog</a>.', 'wporg' ) ), esc_url( 'https://wordpress.slack.com/messages/community-team' ), esc_url( 'https://make.wordpress.org/community/tag/ccoc/' ) );
    6969                        ?>
    7070                    </p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php

    r6869 r6878  
    3737        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3838            <header class="entry-header">
    39                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Features', 'wporg' ); ?></h1>
     39                <h1 class="entry-title col-8"><?php esc_html_e( 'Features', 'wporg' ); ?></h1>
    4040            </header><!-- .entry-header -->
    4141
     
    4545                        <?php
    4646                        /* translators: WordPress market share: 29%; */
    47                         printf( _esc_html__( 'WordPress powers more than %s of the web &mdash; a figure that rises every day. Everything from simple websites, to blogs, to complex portals and enterprise websites, and even applications, are built with WordPress.', 'wporg' ), esc_html( WP_MARKET_SHARE . '%' ) );
     47                        printf( esc_html__( 'WordPress powers more than %s of the web &mdash; a figure that rises every day. Everything from simple websites, to blogs, to complex portals and enterprise websites, and even applications, are built with WordPress.', 'wporg' ), esc_html( WP_MARKET_SHARE . '%' ) );
    4848                        ?>
    4949                    </p>
    5050
    51                     <p><?php _esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use.', 'wporg' ); ?></p>
     51                    <p><?php esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use.', 'wporg' ); ?></p>
    5252
    53                     <p><?php _esc_html_e( 'The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p>
     53                    <p><?php esc_html_e( 'The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p>
    5454
    55                     <p><?php _esc_html_e( 'Here are some of the features that we think that you&#8217;ll love.', 'wporg' ); ?></p>
     55                    <p><?php esc_html_e( 'Here are some of the features that we think that you&#8217;ll love.', 'wporg' ); ?></p>
    5656
    5757                    <ul>
    58                         <li><strong><?php _esc_html_e( 'Simplicity', 'wporg' ); ?></strong>
    59                             <?php _esc_html_e( 'Simplicity makes it possible for you to get online and get publishing, quickly. Nothing should get in the way of you getting your website up and your content out there. WordPress is built to make that happen.', 'wporg' ); ?>
     58                        <li><strong><?php esc_html_e( 'Simplicity', 'wporg' ); ?></strong>
     59                            <?php esc_html_e( 'Simplicity makes it possible for you to get online and get publishing, quickly. Nothing should get in the way of you getting your website up and your content out there. WordPress is built to make that happen.', 'wporg' ); ?>
    6060                        </li>
    61                         <li><strong><?php _esc_html_e( 'Flexibility', 'wporg' ); ?></strong>
    62                             <?php _esc_html_e( 'With WordPress, you can create any type of website you want: a personal blog or website, a photoblog, a business website, a professional portfolio, a government website, a magazine or news website, an online community, even a network of websites. You can make your website beautiful with themes, and extend it with plugins. You can even build your very own application.', 'wporg' ); ?>
     61                        <li><strong><?php esc_html_e( 'Flexibility', 'wporg' ); ?></strong>
     62                            <?php esc_html_e( 'With WordPress, you can create any type of website you want: a personal blog or website, a photoblog, a business website, a professional portfolio, a government website, a magazine or news website, an online community, even a network of websites. You can make your website beautiful with themes, and extend it with plugins. You can even build your very own application.', 'wporg' ); ?>
    6363                        </li>
    64                         <li><strong><?php _esc_html_e( 'Publish with Ease', 'wporg' ); ?></strong>
    65                             <?php _esc_html_e( 'If you&#8217;ve ever created a document, you&#8217;re already a whizz at creating content with WordPress. You can create Posts and Pages, format them easily, insert media, and with the click of a button your content is live and on the web.', 'wporg' ); ?>
     64                        <li><strong><?php esc_html_e( 'Publish with Ease', 'wporg' ); ?></strong>
     65                            <?php esc_html_e( 'If you&#8217;ve ever created a document, you&#8217;re already a whizz at creating content with WordPress. You can create Posts and Pages, format them easily, insert media, and with the click of a button your content is live and on the web.', 'wporg' ); ?>
    6666                        </li>
    67                         <li><strong><?php _esc_html_e( 'Publishing Tools', 'wporg' ); ?></strong>
    68                             <?php _esc_html_e( 'WordPress makes it easy for you to manage your content. Create drafts, schedule publication, and look at your post revisions. Make your content public or private, and secure posts and pages with a password.', 'wporg' ); ?>
     67                        <li><strong><?php esc_html_e( 'Publishing Tools', 'wporg' ); ?></strong>
     68                            <?php esc_html_e( 'WordPress makes it easy for you to manage your content. Create drafts, schedule publication, and look at your post revisions. Make your content public or private, and secure posts and pages with a password.', 'wporg' ); ?>
    6969                        </li>
    70                         <li><strong><?php _esc_html_e( 'User Management', 'wporg' ); ?></strong>
    71                             <?php _esc_html_e( 'Not everyone requires the same access to your website. Administrators manage the site, editors work with content, authors and contributors write that content, and subscribers have a profile that they can manage. This lets you have a variety of contributors to your website, and let others simply be part of your community.', 'wporg' ); ?>
     70                        <li><strong><?php esc_html_e( 'User Management', 'wporg' ); ?></strong>
     71                            <?php esc_html_e( 'Not everyone requires the same access to your website. Administrators manage the site, editors work with content, authors and contributors write that content, and subscribers have a profile that they can manage. This lets you have a variety of contributors to your website, and let others simply be part of your community.', 'wporg' ); ?>
    7272                        </li>
    73                         <li><strong><?php _esc_html_e( 'Media Management', 'wporg' ); ?></strong>
    74                             <?php _esc_html_e( 'They say a picture says a thousand words, which is why it&#8217;s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text, captions, and titles, and insert images and galleries into your content. We&#8217;ve even added a few image editing tools you can have fun with.', 'wporg' ); ?>
     73                        <li><strong><?php esc_html_e( 'Media Management', 'wporg' ); ?></strong>
     74                            <?php esc_html_e( 'They say a picture says a thousand words, which is why it&#8217;s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text, captions, and titles, and insert images and galleries into your content. We&#8217;ve even added a few image editing tools you can have fun with.', 'wporg' ); ?>
    7575                        </li>
    76                         <li><strong><?php _esc_html_e( 'Full Standards Compliance', 'wporg' ); ?></strong>
    77                             <?php _esc_html_e( 'Every piece of WordPress generated code is in full compliance with the standards set by the W3C. This means that your website will work in today&#8217;s browser, while maintaining forward compatibility with the next generation of browser. Your website is a beautiful thing, now and in the future.', 'wporg' ); ?>
     76                        <li><strong><?php esc_html_e( 'Full Standards Compliance', 'wporg' ); ?></strong>
     77                            <?php esc_html_e( 'Every piece of WordPress generated code is in full compliance with the standards set by the W3C. This means that your website will work in today&#8217;s browser, while maintaining forward compatibility with the next generation of browser. Your website is a beautiful thing, now and in the future.', 'wporg' ); ?>
    7878                        </li>
    79                         <li><strong><?php _esc_html_e( 'Easy Theme System', 'wporg' ); ?></strong>
    80                             <?php _esc_html_e( 'WordPress comes bundled with two default themes, but if they aren&#8217;t for you there&#8217;s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?>
     79                        <li><strong><?php esc_html_e( 'Easy Theme System', 'wporg' ); ?></strong>
     80                            <?php esc_html_e( 'WordPress comes bundled with two default themes, but if they aren&#8217;t for you there&#8217;s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?>
    8181                        </li>
    82                         <li><strong><?php _esc_html_e( 'Extend with Plugins', 'wporg' ); ?></strong>
    83                             <?php _esc_html_e( 'WordPress comes packed full of features for every user, for every other feature there&#8217;s a plugin directory with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ); ?>
     82                        <li><strong><?php esc_html_e( 'Extend with Plugins', 'wporg' ); ?></strong>
     83                            <?php esc_html_e( 'WordPress comes packed full of features for every user, for every other feature there&#8217;s a plugin directory with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ); ?>
    8484                        </li>
    85                         <li><strong><?php _esc_html_e( 'Built-in Comments', 'wporg' ); ?></strong>
    86                             <?php _esc_html_e( 'Your blog is your home, and comments provide a space for your friends and followers to engage with your content. WordPress&#8217;s comment tools give you everything you need to be a forum for discussion and to moderate that discussion.', 'wporg' ); ?>
     85                        <li><strong><?php esc_html_e( 'Built-in Comments', 'wporg' ); ?></strong>
     86                            <?php esc_html_e( 'Your blog is your home, and comments provide a space for your friends and followers to engage with your content. WordPress&#8217;s comment tools give you everything you need to be a forum for discussion and to moderate that discussion.', 'wporg' ); ?>
    8787                        </li>
    88                         <li><strong><?php _esc_html_e( 'Search Engine Optimized', 'wporg' ); ?></strong>
     88                        <li><strong><?php esc_html_e( 'Search Engine Optimized', 'wporg' ); ?></strong>
    8989                            <?php
    9090                            /* translators: Link to Plugin Directory search for SEO */
    91                             printf( wp_kses_post( ___( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ), esc_url( 'https://wordpress.org/plugins/search/SEO/' ) );
     91                            printf( wp_kses_post( __( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ), esc_url( 'https://wordpress.org/plugins/search/SEO/' ) );
    9292                            ?>
    9393                        </li>
    94                         <li><strong><?php _esc_html_e( 'Multilingual', 'wporg' ); ?></strong>
     94                        <li><strong><?php esc_html_e( 'Multilingual', 'wporg' ); ?></strong>
    9595                            <?php
    9696                            /* translators: Link to polyglots teams */
    97                             printf( wp_kses_post( ___( 'WordPress is available in more than 70 languages. If you or the person you&#8217;re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that&#8217;s easy to do</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/polyglots/teams/' ) );
     97                            printf( wp_kses_post( __( 'WordPress is available in more than 70 languages. If you or the person you&#8217;re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that&#8217;s easy to do</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/polyglots/teams/' ) );
    9898                            ?>
    9999                        </li>
    100                         <li><strong><?php _esc_html_e( 'Easy Installation and Upgrades', 'wporg' ); ?></strong>
    101                             <?php _esc_html_e( 'WordPress has always been easy to install and upgrade. If you&#8217;re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer. Not familiar with FTP? Plenty of web hosts offer one-click WordPress installers that let you install WordPress with, well, just one click!', 'wporg' ); ?>
     100                        <li><strong><?php esc_html_e( 'Easy Installation and Upgrades', 'wporg' ); ?></strong>
     101                            <?php esc_html_e( 'WordPress has always been easy to install and upgrade. If you&#8217;re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer. Not familiar with FTP? Plenty of web hosts offer one-click WordPress installers that let you install WordPress with, well, just one click!', 'wporg' ); ?>
    102102                        </li>
    103                         <li><strong><?php _esc_html_e( 'Importers', 'wporg' ); ?></strong>
    104                             <?php _esc_html_e( 'Using blog or website software that you aren&#8217;t happy with? Running your blog on a hosted service that&#8217;s about to shut down? WordPress comes with importers for blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you&#8217;re ready to make the move, we&#8217;ve made it easy for you.', 'wporg' ); ?>
     103                        <li><strong><?php esc_html_e( 'Importers', 'wporg' ); ?></strong>
     104                            <?php esc_html_e( 'Using blog or website software that you aren&#8217;t happy with? Running your blog on a hosted service that&#8217;s about to shut down? WordPress comes with importers for blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you&#8217;re ready to make the move, we&#8217;ve made it easy for you.', 'wporg' ); ?>
    105105                        </li>
    106                         <li><strong><?php _esc_html_e( 'Own Your Data', 'wporg' ); ?></strong>
    107                             <?php _esc_html_e( 'Hosted services come and go. If you&#8217;ve ever used a service that disappeared, you know how traumatic that can be. If you&#8217;ve ever seen adverts appear on your website, you&#8217;ve probably been pretty annoyed. Using WordPress means no one has access to your content. Own your data, all of it &mdash; your website, your content, your data.', 'wporg' ); ?>
     106                        <li><strong><?php esc_html_e( 'Own Your Data', 'wporg' ); ?></strong>
     107                            <?php esc_html_e( 'Hosted services come and go. If you&#8217;ve ever used a service that disappeared, you know how traumatic that can be. If you&#8217;ve ever seen adverts appear on your website, you&#8217;ve probably been pretty annoyed. Using WordPress means no one has access to your content. Own your data, all of it &mdash; your website, your content, your data.', 'wporg' ); ?>
    108108                        </li>
    109                         <li><strong><?php _esc_html_e( 'Freedom', 'wporg' ); ?></strong>
    110                             <?php _esc_html_e( 'WordPress is licensed under the GPL which was created to protect your freedoms. You are free to use WordPress in any way you choose: install it, use it, modify it, distribute it. Software freedom is the foundation that WordPress is built on.', 'wporg' ); ?>
     109                        <li><strong><?php esc_html_e( 'Freedom', 'wporg' ); ?></strong>
     110                            <?php esc_html_e( 'WordPress is licensed under the GPL which was created to protect your freedoms. You are free to use WordPress in any way you choose: install it, use it, modify it, distribute it. Software freedom is the foundation that WordPress is built on.', 'wporg' ); ?>
    111111                        </li>
    112                         <li><strong><?php _esc_html_e( 'Community', 'wporg' ); ?></strong>
    113                             <?php _esc_html_e( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the support forums and get help from a volunteer, attend a WordCamp or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ); ?>
     112                        <li><strong><?php esc_html_e( 'Community', 'wporg' ); ?></strong>
     113                            <?php esc_html_e( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the support forums and get help from a volunteer, attend a WordCamp or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ); ?>
    114114                        </li>
    115                         <li><strong><?php _esc_html_e( 'Contribute', 'wporg' ); ?></strong>
    116                             <?php _esc_html_e( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, we&#8217;d love to have you!', 'wporg' ); ?>
     115                        <li><strong><?php esc_html_e( 'Contribute', 'wporg' ); ?></strong>
     116                            <?php esc_html_e( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, we&#8217;d love to have you!', 'wporg' ); ?>
    117117                        </li>
    118118                    </ul>
    119                     <h3><?php _esc_html_e( 'Developer Features', 'wporg' ); ?></h3>
    120                     <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>
     119                    <h3><?php esc_html_e( 'Developer Features', 'wporg' ); ?></h3>
     120                    <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>
    121121
    122122                    <ul>
    123                         <li><strong><?php _esc_html_e( 'Plugin System', 'wporg' ); ?></strong>
     123                        <li><strong><?php esc_html_e( 'Plugin System', 'wporg' ); ?></strong>
    124124                            <?php
    125125                            /* translators: 1: Link to Codex page about APIs; 2: Link to Plugin Directory */
    126                             printf( wp_kses_post( ___( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress&#8217;s extensibility lies in the thousands of hooks at your disposal. Once you&#8217;ve created your plugin, we&#8217;ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/plugins/' ) ) );
     126                            printf( wp_kses_post( __( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress&#8217;s extensibility lies in the thousands of hooks at your disposal. Once you&#8217;ve created your plugin, we&#8217;ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/plugins/' ) ) );
    127127                            ?>
    128128                        </li>
    129                         <li><strong><?php _esc_html_e( 'Theme System', 'wporg' ); ?></strong>
     129                        <li><strong><?php esc_html_e( 'Theme System', 'wporg' ); ?></strong>
    130130                            <?php
    131131                            /* translators: 1: Link to Codex page about APIs; 2: Link to Theme Directory */
    132                             printf( wp_kses_post( ___( 'Create WordPress themes for clients, customers, and for WordPress users. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) );
     132                            printf( wp_kses_post( __( 'Create WordPress themes for clients, customers, and for WordPress users. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) );
    133133                            ?>
    134134                        </li>
    135                         <li><strong><?php _esc_html_e( 'Application Framework', 'wporg' ); ?></strong>
    136                             <?php _esc_html_e( 'If you want to build an application, WordPress can help with that too. Under the hood WordPress provides a lot of the features that your app will need, things like translations, user management, HTTP requests, databases, URL routing and much, much more.', 'wporg' ); ?>
     135                        <li><strong><?php esc_html_e( 'Application Framework', 'wporg' ); ?></strong>
     136                            <?php esc_html_e( 'If you want to build an application, WordPress can help with that too. Under the hood WordPress provides a lot of the features that your app will need, things like translations, user management, HTTP requests, databases, URL routing and much, much more.', 'wporg' ); ?>
    137137                        </li>
    138                         <li><strong><?php _esc_html_e( 'Custom Content Types', 'wporg' ); ?></strong>
     138                        <li><strong><?php esc_html_e( 'Custom Content Types', 'wporg' ); ?></strong>
    139139                            <?php
    140140                            /* translators: 1: Link to Codex page about Custom Post Types; 2: Link to Codex page about Custom Taxonomies; 3: Link to Codex page about Custom Fields */
    141                             printf( wp_kses_post( ___( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/Post_Types#Custom_Post_Types' ), esc_url( 'https://codex.wordpress.org/Taxonomies#Custom_Taxonomies' ), esc_url( 'https://codex.wordpress.org/Custom_Fields' ) );
     141                            printf( wp_kses_post( __( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/Post_Types#Custom_Post_Types' ), esc_url( 'https://codex.wordpress.org/Taxonomies#Custom_Taxonomies' ), esc_url( 'https://codex.wordpress.org/Custom_Fields' ) );
    142142                            ?>
    143143                        </li>
    144                         <li><strong><?php _esc_html_e( 'The Latest Libraries', 'wporg' ); ?></strong>
     144                        <li><strong><?php esc_html_e( 'The Latest Libraries', 'wporg' ); ?></strong>
    145145                            <?php
    146146                            /* translators: 1: Link to Developer Handbook page about default scripts */
    147                             printf( wp_kses_post( ___( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We&#8217;re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ), esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' ) );
     147                            printf( wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We&#8217;re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ), esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' ) );
    148148                            ?>
    149149                        </li>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php

    r6869 r6878  
    3737        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3838            <header class="entry-header">
    39                 <h1 class="entry-title col-8"><?php _esc_html_e( 'History', 'wporg' ); ?></h1>
     39                <h1 class="entry-title col-8"><?php esc_html_e( 'History', 'wporg' ); ?></h1>
    4040            </header><!-- .entry-header -->
    4141
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header row">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'GNU Public License', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'GNU Public License', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
     
    4444                        <?php
    4545                        /* translators: 1: Link to Free Software Foundation; 2: Link to GPL text */
    46                         printf( wp_kses_post( ___( 'The license under which the WordPress software is released is the GPLv2 (or later) from the <a href="%1$s">Free Software Foundation</a>. A copy of the license is included with every copy of WordPress, but you can also <a href="%2$s">read the text of the license here</a>.', 'wporg' ) ), esc_url( 'https://www.fsf.org/' ), esc_url( 'https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html' ) );
     46                        printf( wp_kses_post( __( 'The license under which the WordPress software is released is the GPLv2 (or later) from the <a href="%1$s">Free Software Foundation</a>. A copy of the license is included with every copy of WordPress, but you can also <a href="%2$s">read the text of the license here</a>.', 'wporg' ) ), esc_url( 'https://www.fsf.org/' ), esc_url( 'https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html' ) );
    4747                        ?>
    4848                    </p>
     
    5151                        <?php
    5252                        /* translators: 1: Link to Drupal; 2: Link to Drupal's licensing faq */
    53                         printf( wp_kses_post( ___( 'Part of this license outlines requirements for derivative works, such as plugins or themes. Derivatives of WordPress code inherit the GPL license. <a href="%1$s">Drupal</a>, which has the same GPL license as WordPress, has an excellent page on <a href="%2$s">licensing as it applies to themes and modules</a> (their word for plugins).', 'wporg' ) ), esc_url( 'https://drupal.org/' ), esc_url( 'https://drupal.org/licensing/faq/' ) );
     53                        printf( wp_kses_post( __( 'Part of this license outlines requirements for derivative works, such as plugins or themes. Derivatives of WordPress code inherit the GPL license. <a href="%1$s">Drupal</a>, which has the same GPL license as WordPress, has an excellent page on <a href="%2$s">licensing as it applies to themes and modules</a> (their word for plugins).', 'wporg' ) ), esc_url( 'https://drupal.org/' ), esc_url( 'https://drupal.org/licensing/faq/' ) );
    5454                        ?>
    5555                    </p>
     
    5858                        <?php
    5959                        /* translators: 1: Link to Serendipity; 2: Link to Habari */
    60                         printf( wp_kses_post( ___( 'There is some legal grey area regarding what is considered a derivative work, but we feel strongly that plugins and themes are derivative work and thus inherit the GPL license. If you disagree, you might want to consider a non-GPL platform such as <a href="%1$s">Serendipity</a> (BSD license) or <a href="%2$s">Habari</a> (Apache license) instead.', 'wporg' ) ), esc_url( 'https://www.s9y.org/' ), esc_url( 'http://habariproject.org/en/' ) );
     60                        printf( wp_kses_post( __( 'There is some legal grey area regarding what is considered a derivative work, but we feel strongly that plugins and themes are derivative work and thus inherit the GPL license. If you disagree, you might want to consider a non-GPL platform such as <a href="%1$s">Serendipity</a> (BSD license) or <a href="%2$s">Habari</a> (Apache license) instead.', 'wporg' ) ), esc_url( 'https://www.s9y.org/' ), esc_url( 'http://habariproject.org/en/' ) );
    6161                        ?>
    6262                    </p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Graphics &amp; Logos', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Graphics &amp; Logos', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <h3 class="graphics"><?php _esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h3>
     43                    <h3 class="graphics"><?php esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h3>
    4444                    <p>
    4545                        <?php
    4646                        /* translators: Link to Trademark Policy of WordPress Foundation */
    47                         printf( wp_kses_post( ___( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ) ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
     47                        printf( wp_kses_post( __( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ) ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
    4848                        ?>
    4949                    </p>
    5050
    51                     <h3 class="graphics"><?php _esc_html_e( 'Downloads', 'wporg' ); ?></h3>
     51                    <h3 class="graphics"><?php esc_html_e( 'Downloads', 'wporg' ); ?></h3>
    5252
    5353                    <section class="all-logos col-12 row gutters">
     
    5555                            <img src="//s.w.org/style/images/about/allversions.png" alt="<?php esc_attr_e( 'WordPress Logotypes - All Versions', 'wporg' ); ?>" />
    5656                            <div class="logo-header">
    57                                 <strong><?php _esc_html_e( 'WordPress Logotypes', 'wporg' ); ?></strong>
    58                                 <span><?php _esc_html_e( 'All versions', 'wporg' ); ?></span>
     57                                <strong><?php esc_html_e( 'WordPress Logotypes', 'wporg' ); ?></strong>
     58                                <span><?php esc_html_e( 'All versions', 'wporg' ); ?></span>
    5959                            </div>
    6060                            <ul class="resources-list">
    61                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-all.ai_.zip"><?php _esc_html_e( 'Adobe Illustrator CS5+ Sketch 3', 'wporg' ); ?></a></li>
     61                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-all.ai_.zip"><?php esc_html_e( 'Adobe Illustrator CS5+ Sketch 3', 'wporg' ); ?></a></li>
    6262                            </ul>
    6363                        </div>
     
    6666                            <img src="//s.w.org/style/images/about/standard.png" alt="<?php esc_attr_e( 'WordPress Logotype - Standard', 'wporg' ); ?>" />
    6767                            <div class="logo-header">
    68                                 <strong><?php _esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
    69                                 <span><?php _esc_html_e( 'Standard', 'wporg' ); ?></span>
     68                                <strong><?php esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
     69                                <span><?php esc_html_e( 'Standard', 'wporg' ); ?></span>
    7070                            </div>
    7171                            <ul class="resources-list">
    72                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard.pdf"><?php echo wp_kses_post( ___( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
    73                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard.png"><?php echo wp_kses_post( ___( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
    74                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard-white.png"><?php echo wp_kses_post( ___( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
     72                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard.pdf"><?php echo wp_kses_post( __( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
     73                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard.png"><?php echo wp_kses_post( __( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
     74                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-standard-white.png"><?php echo wp_kses_post( __( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
    7575                            </ul>
    7676                        </div>
     
    7979                            <img src="//s.w.org/style/images/about/alternative.png" alt="<?php esc_attr_e( 'WordPress Logotype - Alternative', 'wporg' ); ?>" />
    8080                            <div class="logo-header">
    81                                 <strong><?php _esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
    82                                 <span><?php _esc_html_e( 'Alternative, vertical arrangement', 'wporg' ); ?></span>
     81                                <strong><?php esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
     82                                <span><?php esc_html_e( 'Alternative, vertical arrangement', 'wporg' ); ?></span>
    8383                            </div>
    8484                            <ul class="resources-list">
    85                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative.pdf"><?php echo wp_kses_post( ___( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
    86                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative.png"><?php echo wp_kses_post( ___( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
    87                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative-white.png"><?php echo wp_kses_post( ___( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
     85                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative.pdf"><?php echo wp_kses_post( __( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
     86                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative.png"><?php echo wp_kses_post( __( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
     87                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-alternative-white.png"><?php echo wp_kses_post( __( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
    8888                            </ul>
    8989                        </div>
     
    9292                            <img src="//s.w.org/style/images/about/wordmark.png" alt="<?php esc_attr_e( 'WordPress Logotype - Word Mark', 'wporg' ); ?>" />
    9393                            <div class="logo-header">
    94                                 <strong><?php _esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
    95                                 <span><?php _esc_html_e( 'Word Mark', 'wporg' ); ?></span>
     94                                <strong><?php esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
     95                                <span><?php esc_html_e( 'Word Mark', 'wporg' ); ?></span>
    9696                            </div>
    9797                            <ul class="resources-list">
    98                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark.pdf"><?php echo wp_kses_post( ___( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
    99                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark.png"><?php echo wp_kses_post( ___( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
    100                                 <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark-white.png"><?php echo wp_kses_post( ___( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
     98                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark.pdf"><?php echo wp_kses_post( __( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
     99                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark.png"><?php echo wp_kses_post( __( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
     100                                <li><a href="//s.w.org/style/images/about/WordPress-logotype-wordmark-white.png"><?php echo wp_kses_post( __( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
    101101                            </ul>
    102102                        </div>
     
    105105                            <img src="//s.w.org/style/images/about/wmark.png" alt="<?php esc_attr_e( 'WordPress Logotype - W Mark', 'wporg' ); ?>" />
    106106                            <div class="logo-header">
    107                                 <strong><?php _esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
    108                                 <span><?php _esc_html_e( 'W Mark', 'wporg' ); ?></span>
     107                                <strong><?php esc_html_e( 'WordPress Logotype', 'wporg' ); ?></strong>
     108                                <span><?php esc_html_e( 'W Mark', 'wporg' ); ?></span>
    109109                            </div>
    110110                            <ul class="resources-list">
    111                                 <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark.pdf"><?php echo wp_kses_post( ___( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
    112                                 <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark.png"><?php echo wp_kses_post( ___( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
    113                                 <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark-white.png"><?php echo wp_kses_post( ___( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
     111                                <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark.pdf"><?php echo wp_kses_post( __( 'PDF <span>(Vector)</span>', 'wporg' ) ); ?></a></li>
     112                                <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark.png"><?php echo wp_kses_post( __( 'PNG <span>(BaseGray/transparent)</span>', 'wporg' ) ); ?></a></li>
     113                                <li><a href="//s.w.org/about/images/logos/WordPress-logotype-wmark-white.png"><?php echo wp_kses_post( __( 'PNG <span>(White/transparent)</span>', 'wporg' ) ); ?></a></li>
    114114                            </ul>
    115115                        </div>
     
    118118                    </section>
    119119
    120                     <h3 class="graphics"><?php _esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h3>
    121                     <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>
     120                    <h3 class="graphics"><?php esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h3>
     121                    <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>
    122122                    <img class="aligncenter" src="//s.w.org/about/images/logo-comparison.png" width="500" />
    123123                </section>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Philosophy', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Philosophy', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <h3 id="box"><?php _esc_html_e( 'Out of the Box', 'wporg' ); ?></h3>
    44                     <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&rsquo;t have to battle to use the standard functionality of WordPress.', 'wporg' ); ?></p>
    45                     <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>
     43                    <h3 id="box"><?php esc_html_e( 'Out of the Box', 'wporg' ); ?></h3>
     44                    <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&rsquo;t have to battle to use the standard functionality of WordPress.', 'wporg' ); ?></p>
     45                    <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>
    4646
    47                     <h3 id="majority"><?php _esc_html_e( 'Design for the Majority', 'wporg' ); ?></h3>
    48                     <p><?php _esc_html_e( 'Many end users of WordPress are non-technically minded. They don&rsquo;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>
     47                    <h3 id="majority"><?php esc_html_e( 'Design for the Majority', 'wporg' ); ?></h3>
     48                    <p><?php esc_html_e( 'Many end users of WordPress are non-technically minded. They don&rsquo;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>
    4949
    50                     <h3 id="decisions"><?php _esc_html_e( 'Decisions, not Options', 'wporg' ); ?></h3>
    51                     <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&rsquo;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&rsquo;s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.', 'wporg' ); ?></p>
     50                    <h3 id="decisions"><?php esc_html_e( 'Decisions, not Options', 'wporg' ); ?></h3>
     51                    <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&rsquo;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&rsquo;s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.', 'wporg' ); ?></p>
    5252
    53                     <h3 id="clean"><?php _esc_html_e( 'Clean, Lean, and Mean', 'wporg' ); ?></h3>
    54                     <p><?php _esc_html_e( 'The core of WordPress will always provide a solid array of basic features. It&rsquo;s designed to be lean and fast and will always stay that way. We are constantly asked &quot;when will X feature be built&quot; or &quot;why isn&rsquo;t X plugin integrated into the core&quot;. 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&rsquo;ll never use, then we&rsquo;ve blown it. If we stick to the 80% principle then this should never happen.', 'wporg' ); ?></p>
    55                     <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>
     53                    <h3 id="clean"><?php esc_html_e( 'Clean, Lean, and Mean', 'wporg' ); ?></h3>
     54                    <p><?php esc_html_e( 'The core of WordPress will always provide a solid array of basic features. It&rsquo;s designed to be lean and fast and will always stay that way. We are constantly asked &quot;when will X feature be built&quot; or &quot;why isn&rsquo;t X plugin integrated into the core&quot;. 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&rsquo;ll never use, then we&rsquo;ve blown it. If we stick to the 80% principle then this should never happen.', 'wporg' ); ?></p>
     55                    <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>
    5656
    57                     <h3 id="simplicity"><?php _esc_html_e( 'Striving for Simplicity', 'wporg' ); ?></h3>
    58                     <p><?php _esc_html_e( 'We&rsquo;re never done with simplicity. We want to make WordPress easier to use with every single release. We&rsquo;ve got a good track record of this, if you don&rsquo;t believe us then just take a look back at some older versions of WordPress!', 'wporg' ); ?></p>
    59                     <p><?php _esc_html_e( 'In past releases we&rsquo;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 install can perform one click upgrades on both the core of WordPress and plugins and themes.', 'wporg' ); ?></p>
    60                     <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>
     57                    <h3 id="simplicity"><?php esc_html_e( 'Striving for Simplicity', 'wporg' ); ?></h3>
     58                    <p><?php esc_html_e( 'We&rsquo;re never done with simplicity. We want to make WordPress easier to use with every single release. We&rsquo;ve got a good track record of this, if you don&rsquo;t believe us then just take a look back at some older versions of WordPress!', 'wporg' ); ?></p>
     59                    <p><?php esc_html_e( 'In past releases we&rsquo;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 install can perform one click upgrades on both the core of WordPress and plugins and themes.', 'wporg' ); ?></p>
     60                    <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>
    6161
    62                     <h3 id="deadlines"><?php _esc_html_e( 'Deadlines Are Not Arbitrary', 'wporg' ); ?></h3>
    63                     <p><?php _esc_html_e( 'Deadlines are not arbitrary, they&rsquo;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&rsquo;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>
    64                     <p><?php _esc_html_e( 'Good deadlines almost always make you trim something from a release. This is not a bad thing, it&rsquo;s what they&rsquo;re supposed to do.', 'wporg' ); ?></p>
    65                     <p><?php _esc_html_e( 'The route of delaying a release for that one-more-feature is a rabbit hole. We did that for over a year once, and it wasn&rsquo;t pleasant for anybody.', 'wporg' ); ?></p>
    66                     <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&rsquo;t make it for this one, it&rsquo;ll just be a few months before the next one. When releases become unpredictable or few and far between, there&rsquo;s more pressure to try and squeeze in that one more thing because it&rsquo;s going to be so long before the next one. Delay begets delay.', 'wporg' ); ?></p>
     62                    <h3 id="deadlines"><?php esc_html_e( 'Deadlines Are Not Arbitrary', 'wporg' ); ?></h3>
     63                    <p><?php esc_html_e( 'Deadlines are not arbitrary, they&rsquo;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&rsquo;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>
     64                    <p><?php esc_html_e( 'Good deadlines almost always make you trim something from a release. This is not a bad thing, it&rsquo;s what they&rsquo;re supposed to do.', 'wporg' ); ?></p>
     65                    <p><?php esc_html_e( 'The route of delaying a release for that one-more-feature is a rabbit hole. We did that for over a year once, and it wasn&rsquo;t pleasant for anybody.', 'wporg' ); ?></p>
     66                    <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&rsquo;t make it for this one, it&rsquo;ll just be a few months before the next one. When releases become unpredictable or few and far between, there&rsquo;s more pressure to try and squeeze in that one more thing because it&rsquo;s going to be so long before the next one. Delay begets delay.', 'wporg' ); ?></p>
    6767
    68                     <h3 id="minority"><?php _esc_html_e( 'The Vocal Minority', 'wporg' ); ?></h3>
    69                     <p><?php _esc_html_e( 'There&rsquo;s a good rule of thumb within internet culture called the 1% rule. It states that &quot;the number of people who create content on the internet represents approximately 1% (or less) of the people actually viewing that content&quot;.', 'wporg' ); ?></p>
    70                     <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>
     68                    <h3 id="minority"><?php esc_html_e( 'The Vocal Minority', 'wporg' ); ?></h3>
     69                    <p><?php esc_html_e( 'There&rsquo;s a good rule of thumb within internet culture called the 1% rule. It states that &quot;the number of people who create content on the internet represents approximately 1% (or less) of the people actually viewing that content&quot;.', 'wporg' ); ?></p>
     70                    <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>
    7171
    72                     <h3 id="gpl"><?php _esc_html_e( 'Our Bill of Rights', 'wporg' ); ?></h3>
    73                     <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 &quot;bill of rights&quot;:', 'wporg' ); ?></p>
     72                    <h3 id="gpl"><?php esc_html_e( 'Our Bill of Rights', 'wporg' ); ?></h3>
     73                    <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 &quot;bill of rights&quot;:', 'wporg' ); ?></p>
    7474                    <ul>
    75                         <li><?php _esc_html_e( 'The freedom to run the program, for any purpose.', 'wporg' ); ?></li>
    76                         <li><?php _esc_html_e( 'The freedom to study how the program works, and change it to make it do what you wish.', 'wporg' ); ?></li>
    77                         <li><?php _esc_html_e( 'The freedom to redistribute.', 'wporg' ); ?></li>
    78                         <li><?php _esc_html_e( 'The freedom to distribute copies of your modified versions to others.', 'wporg' ); ?></li>
     75                        <li><?php esc_html_e( 'The freedom to run the program, for any purpose.', 'wporg' ); ?></li>
     76                        <li><?php esc_html_e( 'The freedom to study how the program works, and change it to make it do what you wish.', 'wporg' ); ?></li>
     77                        <li><?php esc_html_e( 'The freedom to redistribute.', 'wporg' ); ?></li>
     78                        <li><?php esc_html_e( 'The freedom to distribute copies of your modified versions to others.', 'wporg' ); ?></li>
    7979                    </ul>
    80                     <p><?php _esc_html_e( 'Part of those licensing requirements include licensing derivative works or things that link core WordPress functions (like themes, plugins, etc.) under the GPL as well, thereby passing on the freedom of use for these works as well.', 'wporg' ); ?></p>
    81                     <p><?php _esc_html_e( 'Obviously there are those who will try to get around these ideals and restrict the freedom of their users by trying to find loopholes or somehow circumvent the intention of the WordPress licensing, which is to ensure freedom of use. We believe that the community as a whole will reward those who focus on supporting these licensing freedoms instead of trying to avoid them.', 'wporg' ); ?></p>
    82                     <p><?php _esc_html_e( 'The most responsible use of WordPress community resources would therefore be put to best use by emphasizing high quality contributions that embrace the freedoms provided by the GPL.', 'wporg' ); ?></p>
     80                    <p><?php esc_html_e( 'Part of those licensing requirements include licensing derivative works or things that link core WordPress functions (like themes, plugins, etc.) under the GPL as well, thereby passing on the freedom of use for these works as well.', 'wporg' ); ?></p>
     81                    <p><?php esc_html_e( 'Obviously there are those who will try to get around these ideals and restrict the freedom of their users by trying to find loopholes or somehow circumvent the intention of the WordPress licensing, which is to ensure freedom of use. We believe that the community as a whole will reward those who focus on supporting these licensing freedoms instead of trying to avoid them.', 'wporg' ); ?></p>
     82                    <p><?php esc_html_e( 'The most responsible use of WordPress community resources would therefore be put to best use by emphasizing high quality contributions that embrace the freedoms provided by the GPL.', 'wporg' ); ?></p>
    8383                </section>
    8484            </div><!-- .entry-content -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Privacy', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Privacy', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <p><?php _esc_html_e( 'WordPress.org websites (collectively &ldquo;WordPress.org&rdquo; 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.', 'wporg' ); ?></p>
     43                    <p><?php esc_html_e( 'WordPress.org websites (collectively &ldquo;WordPress.org&rdquo; 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.', 'wporg' ); ?></p>
    4444
    45                     <h3><?php _esc_html_e( 'Website Visitors', 'wporg' ); ?></h3>
    46                     <p>L<?php _esc_html_e( 'ike 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>
     45                    <h3><?php esc_html_e( 'Website Visitors', 'wporg' ); ?></h3>
     46                    <p>L<?php esc_html_e( 'ike 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>
    4747
    48                     <p><?php _esc_html_e( 'WordPress.org also collects potentially personally-identifying information like Internet Protocol (IP) addresses. WordPress.org does not use such information 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>
     48                    <p><?php esc_html_e( 'WordPress.org also collects potentially personally-identifying information like Internet Protocol (IP) addresses. WordPress.org does not use such information 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>
    4949
    50                     <h3><?php _esc_html_e( 'Gathering of Personally-Identifying Information', 'wporg' ); ?></h3>
    51                     <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. 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.', 'wporg' ); ?></p>
     50                    <h3><?php esc_html_e( 'Gathering of Personally-Identifying Information', 'wporg' ); ?></h3>
     51                    <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. 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.', 'wporg' ); ?></p>
    5252
    53                     <h3><?php _esc_html_e( 'Aggregated Statistics', 'wporg' ); ?></h3>
    54                     <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 downloads a particular version got, or say which plugins are most popular based on checks from <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 below.', 'wporg' ) ); ?></p>
     53                    <h3><?php esc_html_e( 'Aggregated Statistics', 'wporg' ); ?></h3>
     54                    <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 downloads a particular version got, or say which plugins are most popular based on checks from <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 below.', 'wporg' ) ); ?></p>
    5555
    56                     <h3><?php _esc_html_e( 'Protection of Certain Personally-Identifying Information', 'wporg' ); ?></h3>
    57                     <p><?php _esc_html_e( 'WordPress.org discloses potentially personally-identifying and personally-identifying information only to those of its 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 at 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. WordPress.org will not rent or sell potentially personally-identifying and personally-identifying information to anyone. Other than to its 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, 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. If you are a registered user of a WordPress.org website and have supplied your email address, WordPress.org may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what&#8217;s going on with WordPress.org and our products. We primarily use our blog to communicate this type of information, so we expect to keep this type of email to a minimum. 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>
     56                    <h3><?php esc_html_e( 'Protection of Certain Personally-Identifying Information', 'wporg' ); ?></h3>
     57                    <p><?php esc_html_e( 'WordPress.org discloses potentially personally-identifying and personally-identifying information only to those of its 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 at 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. WordPress.org will not rent or sell potentially personally-identifying and personally-identifying information to anyone. Other than to its 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, 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. If you are a registered user of a WordPress.org website and have supplied your email address, WordPress.org may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what&#8217;s going on with WordPress.org and our products. We primarily use our blog to communicate this type of information, so we expect to keep this type of email to a minimum. 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>
    5858
    59                     <h3><?php _esc_html_e( 'Cookies', 'wporg' ); ?></h3>
    60                     <p><?php _esc_html_e( 'A cookie is a string of information that a website stores on a visitor&#8217;s computer, and that the visitor&#8217;s browser provides to the website each time the visitor returns. WordPress.org uses cookies to help WordPress.org identify and track visitors, their usage of WordPress.org, and their website access preferences. WordPress.org visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using WordPress.org&#8217;s websites, with the drawback that certain features of WordPress.org&#8217;s websites may not function properly without the aid of cookies.', 'wporg' ); ?></p>
     59                    <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>
     60                    <p><?php esc_html_e( 'A cookie is a string of information that a website stores on a visitor&#8217;s computer, and that the visitor&#8217;s browser provides to the website each time the visitor returns. WordPress.org uses cookies to help WordPress.org identify and track visitors, their usage of WordPress.org, and their website access preferences. WordPress.org visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using WordPress.org&#8217;s websites, with the drawback that certain features of WordPress.org&#8217;s websites may not function properly without the aid of cookies.', 'wporg' ); ?></p>
    6161
    62                     <h3><?php _esc_html_e( 'Privacy Policy Changes', 'wporg' ); ?></h3>
    63                     <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 in 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>
     62                    <h3><?php esc_html_e( 'Privacy Policy Changes', 'wporg' ); ?></h3>
     63                    <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 in 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>
    6464
    6565                    <p><a rel="license" href="https://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" src="https://creativecommons.org/images/public/somerights20.png"></a></p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r6869 r6878  
    3737        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3838            <header class="entry-header">
    39                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Requirements', 'wporg' ); ?></h1>
     39                <h1 class="entry-title col-8"><?php esc_html_e( 'Requirements', 'wporg' ); ?></h1>
    4040            </header><!-- .entry-header -->
    4141
    4242            <div class="entry-content row">
    4343                <section class="col-8">
    44                     <h3><?php _esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h3>
     44                    <h3><?php esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h3>
    4545
    4646                    <ul>
    4747                        <li>
    4848                            <?php
    49                             /* translators: URL to PHP */
    50                             printf( wp_kses_post( ___( '<a href="%s">PHP</a> version 7.2 or greater.', 'wporg' ) ), esc_url( 'http://www.php.net/' ) );
     49                            /* translators: 1: URL to PHP; 2: PHP Version */
     50                            printf( wp_kses_post( __( '<a href="%1$s">PHP</a> version %2$s or greater.', 'wporg' ) ), esc_url( 'http://www.php.net/' ), '7.2' );
    5151                            ?>
    5252                        </li>
    5353                        <li>
    5454                            <?php
    55                             /* translators: 1: URL to MySQL; 2: URL to MariaDB */
    56                             printf( wp_kses_post( ___( '<a href="%1$s">MySQL</a> version 5.6 or greater <em>OR</em> <a href="%2$s">MariaDB</a> version 10.0 or greater.', 'wporg' ) ), esc_url( 'https://www.mysql.com/' ), esc_url( 'https://mariadb.org/' ) );
     55                            /* translators: 1: URL to MySQL; 2: MySQL Version; 3: URL to MariaDB; 4: MariaDB Version */
     56                            printf( wp_kses_post( __( '<a href="%1$s">MySQL</a> version %2$s or greater <em>OR</em> <a href="%3$s">MariaDB</a> version %4$s or greater.', 'wporg' ) ), esc_url( 'https://www.mysql.com/' ), '5.6', esc_url( 'https://mariadb.org/' ), '10.0' );
    5757                            ?>
    5858                        </li>
     
    6060                            <?php
    6161                            /* translators: URL to news post */
    62                             printf( wp_kses_post( ___( '<a href="%s">HTTPS</a> support', 'wporg' ) ), esc_url( 'https://wordpress.org/news/2016/12/moving-toward-ssl/' ) );
     62                            printf( wp_kses_post( __( '<a href="%s">HTTPS</a> support', 'wporg' ) ), esc_url( 'https://wordpress.org/news/2016/12/moving-toward-ssl/' ) );
    6363                            ?>
    6464                        </li>
     
    6868                        <?php
    6969                        /* translators: 1: URL to Apache; 2: URL to Nginx; 3: URL to hosting page */
    70                         printf( wp_kses_post( ___( 'That&#8217;s really it. We recommend <a href="%1$s">Apache</a> or <a href="%2$s">Nginx</a> as the most robust and featureful server for running WordPress, but any server that supports PHP and MySQL will do. That said, we can&#8217;t test every possible environment and <a href="%3$s">each of the hosts on our hosting page</a> supports the above and more with no problems.', 'wporg' ) ), esc_url( 'https://httpd.apache.org/' ), esc_url( 'https://nginx.org/' ), esc_url( home_url( '/hosting/' ) ) );
     70                        printf( wp_kses_post( __( 'That&#8217;s really it. We recommend <a href="%1$s">Apache</a> or <a href="%2$s">Nginx</a> as the most robust and featureful server for running WordPress, but any server that supports PHP and MySQL will do. That said, we can&#8217;t test every possible environment and <a href="%3$s">each of the hosts on our hosting page</a> supports the above and more with no problems.', 'wporg' ) ), esc_url( 'https://httpd.apache.org/' ), esc_url( 'https://nginx.org/' ), esc_url( home_url( '/hosting/' ) ) );
    7171                        ?>
    7272                    </p>
    7373
    74                     <p><?php echo wp_kses_post( ___( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP 5.2.4+ and MySQL 5.0+, but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ) ); ?></p>
     74                    <p><?php
     75                        printf(
     76                            /* translators: 1: PHP Version including; 2: MySQL Version */
     77                            wp_kses_post( __( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP %1$s+ and MySQL %2$s+    , but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ) ),
     78                            '5.2.4',
     79                            '5.0'
     80                        );
     81                    ?></p>
    7582
    76                     <h3><?php _esc_html_e( 'Ask for it', 'wporg' ); ?></h3>
     83                    <h3><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h3>
    7784
    78                     <p><?php _esc_html_e( 'Here&#8217;s a letter you can send to your host; copy and paste!', 'wporg' ); ?></p>
     85                    <p><?php esc_html_e( 'Here&#8217;s a letter you can send to your host; copy and paste!', 'wporg' ); ?></p>
    7986
    8087                    <blockquote>
    81                         <p><?php _esc_html_e( 'I&#8217;m interested in running the open-source WordPress &lt;https://wordpress.org/&gt; web software and I was wondering if my account supported the following:', 'wporg' ); ?></p>
     88                        <p><?php esc_html_e( 'I&#8217;m interested in running the open-source WordPress &lt;https://wordpress.org/&gt; web software and I was wondering if my account supported the following:', 'wporg' ); ?></p>
    8289
    8390                        <ul>
    84                             <li><?php _esc_html_e( 'PHP 7.2 or greater', 'wporg' ); ?></li>
    85                             <li><?php _esc_html_e( 'MySQL 5.6 or greater OR MariaDB 10.0 or greater', 'wporg' ); ?></li>
    86                             <li><?php _esc_html_e( 'Nginx or Apache with mod_rewrite module', 'wporg' ); ?></li>
    87                             <li><?php _esc_html_e( 'HTTPS support', 'wporg' ); ?></li>
     91                            <li><?php
     92                                /* translators: PHP Version */
     93                                printf( esc_html__( 'PHP %s or greater', 'wporg' ), '7.2' );
     94                            ?></li>
     95                            <li><?php
     96                                /* translators: 1: MySQL version; 2: MariaDB Version */
     97                                printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.6', '10.0' );
     98                            ?></li>
     99                            <li><?php esc_html_e( 'Nginx or Apache with mod_rewrite module', 'wporg' ); ?></li>
     100                            <li><?php esc_html_e( 'HTTPS support', 'wporg' ); ?></li>
    88101                        </ul>
    89102
    90                         <p><?php _esc_html_e( 'Thanks!', 'wporg' ); ?></p>
     103                        <p><?php esc_html_e( 'Thanks!', 'wporg' ); ?></p>
    91104                    </blockquote>
    92105
    93                     <h3><?php _esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h3>
     106                    <h3><?php esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h3>
    94107
    95                     <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>
     108                    <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>
    96109                </section>
    97110            </div><!-- .entry-content -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r6869 r6878  
    3939        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    4040            <header class="entry-header">
    41                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Roadmap', 'wporg' ); ?></h1>
     41                <h1 class="entry-title col-8"><?php esc_html_e( 'Roadmap', 'wporg' ); ?></h1>
    4242            </header><!-- .entry-header -->
    4343
     
    4747                        <?php
    4848                        /* translators: 1: Link to Ideas forum; 2: Link to Core Trac */
    49                         printf( wp_kses_post( ___( 'After the 2.1 release, we decided to adopt a regular release schedule every 3-4 months with the features primarily driven by <a href="%1$s">ideas voted on by our users</a>. Here are the current planned releases, and links to their respective milestones in our <a href="%2$s">issue tracker</a>.', 'wporg' ) ), esc_url( 'https://wordpress.org/ideas/' ), esc_url( 'https://core.trac.wordpress.org/' ) );
     49                        printf( wp_kses_post( __( 'After the 2.1 release, we decided to adopt a regular release schedule every 3-4 months with the features primarily driven by <a href="%1$s">ideas voted on by our users</a>. Here are the current planned releases, and links to their respective milestones in our <a href="%2$s">issue tracker</a>.', 'wporg' ) ), esc_url( 'https://wordpress.org/ideas/' ), esc_url( 'https://core.trac.wordpress.org/' ) );
    5050                        ?>
    5151                    </p>
    52                     <p><?php _esc_html_e( 'Any projected dates are for discussion and planning purposes, and will be firmed up as we get closer to release.', 'wporg' ); ?></p>
     52                    <p><?php esc_html_e( 'Any projected dates are for discussion and planning purposes, and will be firmed up as we get closer to release.', 'wporg' ); ?></p>
    5353                    <table>
    54                         <thead><tr><th><?php _esc_html_e( 'Version', 'wporg' ); ?></th><th><?php _esc_html_e( 'Planned', 'wporg' ); ?></th></tr></thead>
     54                        <thead><tr><th><?php esc_html_e( 'Version', 'wporg' ); ?></th><th><?php esc_html_e( 'Planned', 'wporg' ); ?></th></tr></thead>
    5555                        <tbody>
    5656                        <tr><th><a href="https://make.wordpress.org/core/5-0/">5.0</a></th><td>2018</td></tr>
     
    5858                    </table>
    5959
    60                     <p><?php _esc_html_e( 'The month prior to a release new features are frozen and the focus is entirely on ensuring the quality of the release by eliminating bugs and profiling the code for any performance issues.', 'wporg' ); ?></p>
    61 
    62                     <h3><?php _esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
     60                    <p><?php esc_html_e( 'The month prior to a release new features are frozen and the focus is entirely on ensuring the quality of the release by eliminating bugs and profiling the code for any performance issues.', 'wporg' ); ?></p>
     61
     62                    <h3><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
    6363
    6464                    <p>
    6565                        <?php
    6666                        /* translators: 1: Link to playlist */
    67                         printf( wp_kses_post( ___( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'http://www.last.fm/tag/wordpress-release-jazz' ) );
     67                        printf( wp_kses_post( __( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'http://www.last.fm/tag/wordpress-release-jazz' ) );
    6868                        ?>
    6969                    </p>
     
    7272                        <thead>
    7373                            <tr>
    74                                 <th><?php _esc_html_e( 'Version', 'wporg' ); ?></th>
    75                                 <th><?php _esc_html_e( 'Musician', 'wporg' ); ?></th>
    76                                 <th><?php _esc_html_e( 'Date', 'wporg' ); ?></th>
     74                                <th><?php esc_html_e( 'Version', 'wporg' ); ?></th>
     75                                <th><?php esc_html_e( 'Musician', 'wporg' ); ?></th>
     76                                <th><?php esc_html_e( 'Date', 'wporg' ); ?></th>
    7777                            </tr>
    7878                        </thead>
     
    8080                        <tr>
    8181                            <th><a href="https://wordpress.org/news/2003/05/wordpress-now-available/">.70</a></th>
    82                             <td><?php _esc_html_e( 'No musician chosen.', 'wporg' ); ?></td>
     82                            <td><?php esc_html_e( 'No musician chosen.', 'wporg' ); ?></td>
    8383                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'May 27, 2003' ) ) ); ?></td>
    8484                        </tr>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php

    r6869 r6878  
    2929// See inc/page-meta-descriptions.php for the meta description for this page.
    3030
     31// Translatoin Note: Currently this is translated through https://github.com/WordPress/Security-White-Paper
     32
    3133get_header( 'child-page' );
    3234the_post();
     
    3739        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3840            <header class="entry-header">
    39                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Security', 'wporg' ); ?></h1>
     41                <h1 class="entry-title col-8"><?php esc_html_e( 'Security', 'wporg' ); ?></h1>
    4042            </header><!-- .entry-header -->
    4143
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header row">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Statistics', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Statistics', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <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>
     43                    <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>
    4444                    <div id="wp_versions" class="wporg-stats-chart loading"></div>
    4545                    <div id="php_versions" class="wporg-stats-chart loading"></div>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Swag', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Swag', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
     
    4747                        <?php
    4848                        /* translators: Link to swag store */
    49                         printf( wp_kses_post( ___( 'Whether you&#8217;re a seasoned WordPress fanatic or just getting warmed up, wear your WordPress love with pride. The official <a href="%s">WordPress Swag Store</a> sells shirts and hoodies in a variety of designs and colors, printed on stock from socially responsible companies.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );
     49                        printf( wp_kses_post( __( 'Whether you&#8217;re a seasoned WordPress fanatic or just getting warmed up, wear your WordPress love with pride. The official <a href="%s">WordPress Swag Store</a> sells shirts and hoodies in a variety of designs and colors, printed on stock from socially responsible companies.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );
    5050                        ?>
    5151                    </p>
    52                     <p><?php _esc_html_e( 'The swag store also rotates other products through the lineup on a regular basis.', 'wporg' ); ?></p>
    53                     <p><?php _esc_html_e( 'The proceeds from these sales help offset the cost of providing free swag (buttons, stickers, etc.) to WordCamps and WordPress meetups around the world.', 'wporg' ); ?></p>
     52                    <p><?php esc_html_e( 'The swag store also rotates other products through the lineup on a regular basis.', 'wporg' ); ?></p>
     53                    <p><?php esc_html_e( 'The proceeds from these sales help offset the cost of providing free swag (buttons, stickers, etc.) to WordCamps and WordPress meetups around the world.', 'wporg' ); ?></p>
    5454                    <p>
    5555                        <?php
    5656                        /* translators: Link to swag store */
    57                         printf( wp_kses_post( ___( 'So show the love and spread the word &mdash; get your <a href="%s">WordPress swag</a> today.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );
     57                        printf( wp_kses_post( __( 'So show the love and spread the word &mdash; get your <a href="%s">WordPress swag</a> today.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );
    5858                        ?>
    5959                    </p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php

    r6869 r6878  
    2929        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3030            <header class="entry-header">
    31                 <h1 class="entry-title"><?php _esc_html_e( 'Democratize Publishing', 'wporg' ); ?></h1>
     31                <h1 class="entry-title"><?php esc_html_e( 'Democratize Publishing', 'wporg' ); ?></h1>
    3232
    3333                <p class="entry-description">
    34                     <?php _esc_html_e( 'The freedom to build. The freedom to change. The freedom to share.', 'wporg' ); ?>
     34                    <?php esc_html_e( 'The freedom to build. The freedom to change. The freedom to share.', 'wporg' ); ?>
    3535                </p>
    3636            </header><!-- .entry-header -->
     
    3838            <div class="entry-content row">
    3939                <section class="col-8">
    40                     <h2 id="mission"><?php _esc_html_e( 'Our Mission', 'wporg' ); ?></h2>
    41                     <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>
     40                    <h2 id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2>
     41                    <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>
    4242                    <p>
    4343                        <?php
    4444                        /* translators: Link to */
    45                         printf( wp_kses_post( ___( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors&#8217; passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) );
     45                        printf( wp_kses_post( __( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors&#8217; passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) );
    4646                        ?>
    4747                    </p>
     
    5050                        <a class="shape technology dashicons-before dashicons-welcome-widgets-menus" href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>">
    5151                            <p>
    52                                 <strong><?php _esc_html_e( 'The Technology', 'wporg' ); ?></strong><br />
    53                                 <?php _esc_html_e( 'Learn about the software', 'wporg' ); ?>
     52                                <strong><?php esc_html_e( 'The Technology', 'wporg' ); ?></strong><br />
     53                                <?php esc_html_e( 'Learn about the software', 'wporg' ); ?>
    5454                            </p>
    5555                        </a>
    5656                        <a class="shape community dashicons-before dashicons-admin-site" href="https://make.wordpress.org/">
    5757                            <p>
    58                                 <strong><?php _esc_html_e( 'The Community', 'wporg' ); ?></strong><br />
    59                                 <?php _esc_html_e( 'Learn about the people', 'wporg' ); ?>
     58                                <strong><?php esc_html_e( 'The Community', 'wporg' ); ?></strong><br />
     59                                <?php esc_html_e( 'Learn about the people', 'wporg' ); ?>
    6060                            </p>
    6161                        </a>
    6262                    </div>
    63                     <p><?php _esc_html_e( 'WordPress contributors work around the globe, and have dedicated countless hours to build a tool that democratizes publishing. WordPress is open source software that is both free and priceless.', 'wporg' ); ?></p>
     63                    <p><?php esc_html_e( 'WordPress contributors work around the globe, and have dedicated countless hours to build a tool that democratizes publishing. WordPress is open source software that is both free and priceless.', 'wporg' ); ?></p>
    6464                </section>
    6565
    6666                <section class="row gutters between">
    6767                    <div class="col-4">
    68                         <h4><?php _esc_html_e( 'The Technology', 'wporg' ); ?></h4>
    69                         <p><?php _esc_html_e( 'Learn about WordPress, where it&#8217;s been, and where it&#8217;s going.', 'wporg' ); ?></p>
     68                        <h4><?php esc_html_e( 'The Technology', 'wporg' ); ?></h4>
     69                        <p><?php esc_html_e( 'Learn about WordPress, where it&#8217;s been, and where it&#8217;s going.', 'wporg' ); ?></p>
    7070                        <ul>
    71                             <li><a href="<?php echo esc_url( home_url( '/about/requirements/' ) ); ?>"><?php _esc_html_e( 'Requirements', 'wporg' ); ?></a></li>
    72                             <li><a href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"><?php _esc_html_e( 'Features', 'wporg' ); ?></a></li>
    73                             <li><a href="<?php echo esc_url( home_url( '/about/security/' ) ); ?>"><?php _esc_html_e( 'Security', 'wporg' ); ?></a></li>
    74                             <li><a href="<?php echo esc_url( home_url( '/about/roadmap/' ) ); ?>"><?php _esc_html_e( 'Roadmap', 'wporg' ); ?></a></li>
    75                             <li><a href="<?php echo esc_url( home_url( '/about/history/' ) ); ?>"><?php _esc_html_e( 'History', 'wporg' ); ?></a></li>
     71                            <li><a href="<?php echo esc_url( home_url( '/about/requirements/' ) ); ?>"><?php esc_html_e( 'Requirements', 'wporg' ); ?></a></li>
     72                            <li><a href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"><?php esc_html_e( 'Features', 'wporg' ); ?></a></li>
     73                            <li><a href="<?php echo esc_url( home_url( '/about/security/' ) ); ?>"><?php esc_html_e( 'Security', 'wporg' ); ?></a></li>
     74                            <li><a href="<?php echo esc_url( home_url( '/about/roadmap/' ) ); ?>"><?php esc_html_e( 'Roadmap', 'wporg' ); ?></a></li>
     75                            <li><a href="<?php echo esc_url( home_url( '/about/history/' ) ); ?>"><?php esc_html_e( 'History', 'wporg' ); ?></a></li>
    7676                        </ul>
    7777                    </div>
    7878                    <div class="col-4">
    79                         <h4><?php _esc_html_e( 'The Details', 'wporg' ); ?></h4>
    80                         <p><?php _esc_html_e( 'There&#8217;s so much in the details. Stay abreast with the particulars.', 'wporg' ); ?></p>
     79                        <h4><?php esc_html_e( 'The Details', 'wporg' ); ?></h4>
     80                        <p><?php esc_html_e( 'There&#8217;s so much in the details. Stay abreast with the particulars.', 'wporg' ); ?></p>
    8181                        <ul>
    82                             <li><a href="<?php echo esc_url( home_url( '/about/domains/' ) ); ?>"><?php _esc_html_e( 'Domains', 'wporg' ); ?></a></li>
    83                             <li><a href="<?php echo esc_url( home_url( '/about/license/' ) ); ?>"><?php _esc_html_e( 'GNU Public License', 'wporg' ); ?></a></li>
    84                             <li><a href="<?php echo esc_url( home_url( '/about/privacy/' ) ); ?>"><?php _esc_html_e( 'Privacy Policy', 'wporg' ); ?></a></li>
    85                             <li><a href="<?php echo esc_url( home_url( '/about/stats/' ) ); ?>"><?php _esc_html_e( 'Statistics', 'wporg' ); ?></a></li>
     82                            <li><a href="<?php echo esc_url( home_url( '/about/domains/' ) ); ?>"><?php esc_html_e( 'Domains', 'wporg' ); ?></a></li>
     83                            <li><a href="<?php echo esc_url( home_url( '/about/license/' ) ); ?>"><?php esc_html_e( 'GNU Public License', 'wporg' ); ?></a></li>
     84                            <li><a href="<?php echo esc_url( home_url( '/about/privacy/' ) ); ?>"><?php esc_html_e( 'Privacy Policy', 'wporg' ); ?></a></li>
     85                            <li><a href="<?php echo esc_url( home_url( '/about/stats/' ) ); ?>"><?php esc_html_e( 'Statistics', 'wporg' ); ?></a></li>
    8686                        </ul>
    8787                    </div>
    8888                    <div class="col-4">
    89                         <h4><?php _esc_html_e( 'The People', 'wporg' ); ?></h4>
    90                         <p><?php _esc_html_e( 'Learn about the community and how we get along.', 'wporg' ); ?></p>
     89                        <h4><?php esc_html_e( 'The People', 'wporg' ); ?></h4>
     90                        <p><?php esc_html_e( 'Learn about the community and how we get along.', 'wporg' ); ?></p>
    9191                        <ul>
    92                             <li><a href="<?php echo esc_url( home_url( '/about/philosophy/' ) ); ?>"><?php _esc_html_e( 'Philosophy', 'wporg' ); ?></a></li>
    93                             <li><a href="<?php echo esc_url( home_url( '/about/etiquette/' ) ); ?>"><?php _esc_html_e( 'Etiquette', 'wporg' ); ?></a></li>
    94                             <li><a href="<?php echo esc_url( home_url( '/about/swag/' ) ); ?>"><?php _esc_html_e( 'Swag', 'wporg' ); ?></a></li>
    95                             <li><a href="<?php echo esc_url( home_url( '/about/logos/' ) ); ?>"><?php _esc_html_e( 'Logos and Graphics', 'wporg' ); ?></a></li>
     92                            <li><a href="<?php echo esc_url( home_url( '/about/philosophy/' ) ); ?>"><?php esc_html_e( 'Philosophy', 'wporg' ); ?></a></li>
     93                            <li><a href="<?php echo esc_url( home_url( '/about/etiquette/' ) ); ?>"><?php esc_html_e( 'Etiquette', 'wporg' ); ?></a></li>
     94                            <li><a href="<?php echo esc_url( home_url( '/about/swag/' ) ); ?>"><?php esc_html_e( 'Swag', 'wporg' ); ?></a></li>
     95                            <li><a href="<?php echo esc_url( home_url( '/about/logos/' ) ); ?>"><?php esc_html_e( 'Logos and Graphics', 'wporg' ); ?></a></li>
    9696                        </ul>
    9797                    </div>
     
    9999
    100100                <section class="col-8">
    101                     <h2 id="story"><?php _esc_html_e( 'Our Story', 'wporg' ); ?></h2>
     101                    <h2 id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2>
    102102                    <p>
    103103                        <?php
    104104                        /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 29%; */
    105                         printf( wp_kses_post( ___( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) );
     105                        printf( wp_kses_post( __( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) );
    106106                        ?>
    107107                    </p>
    108                     <p><?php _esc_html_e( 'The WordPress open source project has evolved in progressive ways over time &#8212; supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with a limited tech experience can use it "out of the box", and more tech-savvy folks can customize it in remarkable ways.', 'wporg' ); ?></p>
     108                    <p><?php esc_html_e( 'The WordPress open source project has evolved in progressive ways over time &#8212; supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with a limited tech experience can use it "out of the box", and more tech-savvy folks can customize it in remarkable ways.', 'wporg' ); ?></p>
    109109                </section>
    110110
    111111                <section class="col-8">
    112                     <h2 id="bill-of-rights"><?php _esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>
     112                    <h2 id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>
    113113                    <p>
    114114                        <?php
    115115                        /* translators: Link to license page */
    116                         printf( wp_kses_post( ___( 'WordPress is licensed under the <a href="%s">General Public License (GPLv2 or later)</a> which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ) ), esc_url( home_url( '/about/license/' ) ) );
     116                        printf( wp_kses_post( __( 'WordPress is licensed under the <a href="%s">General Public License (GPLv2 or later)</a> which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ) ), esc_url( home_url( '/about/license/' ) ) );
    117117                        ?>
    118118                    </p>
     
    122122                    <div class="col-3">
    123123                        <div class="graphic"></div>
    124                         <h4><?php _esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4>
    125                         <p><?php _esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p>
     124                        <h4><?php esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4>
     125                        <p><?php esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p>
    126126                    </div>
    127127                    <div class="col-3">
    128128                        <div class="graphic"></div>
    129                         <h4><?php _esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4>
    130                         <p><?php _esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p>
     129                        <h4><?php esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4>
     130                        <p><?php esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p>
    131131                    </div>
    132132                    <div class="col-3">
    133133                        <div class="graphic"></div>
    134                         <h4><?php _esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4>
    135                         <p><?php _esc_html_e( 'To redistribute.', 'wporg' ); ?></p>
     134                        <h4><?php esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4>
     135                        <p><?php esc_html_e( 'To redistribute.', 'wporg' ); ?></p>
    136136                    </div>
    137137                    <div class="col-3">
    138138                        <div class="graphic"></div>
    139                         <h4><?php _esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4>
    140                         <p><?php _esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p>
     139                        <h4><?php esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4>
     140                        <p><?php esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p>
    141141                    </div>
    142142                </section>
Note: See TracChangeset for help on using the changeset viewer.