Changeset 6667
- Timestamp:
- 02/17/2018 02:11:27 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.php
r6655 r6667 104 104 <section class="col-8"> 105 105 <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> 107 112 </section> 108 113
Note: See TracChangeset
for help on using the changeset viewer.