Making WordPress.org


Ignore:
Timestamp:
02/26/2018 04:21:08 AM (7 years ago)
Author:
obenland
Message:

Main: Remove GPL page and link directly to it

See #3046.

File:
1 edited

Legend:

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

    r6744 r6754  
    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 read <a href="%2$s">the text of the license</a> here.', 'wporg' ) ), esc_url( 'https://www.fsf.org/' ), esc_url( home_url( '/about/gpl/' ) ) );
     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>
Note: See TracChangeset for help on using the changeset viewer.