Changeset 9423
- Timestamp:
- 01/24/2020 08:20:11 PM (5 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
r9418 r9423 54 54 <p> 55 55 <?php 56 /* translators: 1: Link to Serendipity */ 57 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) instead.', 'wporg' ) ), esc_url( 'https://docs.s9y.org/' ) ); 56 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="%s">Serendipity</a> (BSD license) instead.', 'wporg' ) ), esc_url( 'https://docs.s9y.org/' ) ); 58 57 ?> 59 58 </p>
Note: See TracChangeset
for help on using the changeset viewer.