Making WordPress.org

Changeset 6667


Ignore:
Timestamp:
02/17/2018 02:11:27 AM (6 years ago)
Author:
obenland
Message:

Main: Add context to GPL mention

H/t samuelsidler.
See #3046.

File:
1 edited

Legend:

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

    r6655 r6667  
    104104                <section class="col-8">
    105105                    <h2 id="bill-of-rights"><?php _esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>
    106                     <p><?php _esc_html_e( 'WordPress is licensed under the General Public License (GPLv2 or later) which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ); ?></p>
     106                    <p>
     107                        <?php
     108                        /* translators: Link to license page */
     109                        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/' ) ) );
     110                        ?>
     111                    </p>
    107112                </section>
    108113
Note: See TracChangeset for help on using the changeset viewer.