Changeset 6754 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php
- Timestamp:
- 02/26/2018 04:21:08 AM (7 years ago)
- 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 44 44 <?php 45 45 /* 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' ) ); 47 47 ?> 48 48 </p>
Note: See TracChangeset
for help on using the changeset viewer.