Making WordPress.org

Changeset 9417


Ignore:
Timestamp:
01/23/2020 10:52:12 PM (5 years ago)
Author:
coffee2code
Message:

Main theme: Update links for Drupal's licensing page and for Serendipity.

Props anik4e.
See #4959.

File:
1 edited

Legend:

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

    r7350 r9417  
    4848                        <?php
    4949                        /* translators: 1: Link to Drupal; 2: Link to Drupal's licensing faq */
    50                         printf( wp_kses_post( __( 'Part of this license outlines requirements for derivative works, such as plugins or themes. Derivatives of WordPress code inherit the GPL license. <a href="%1$s">Drupal</a>, which has the same GPL license as WordPress, has an excellent page on <a href="%2$s">licensing as it applies to themes and modules</a> (their word for plugins).', 'wporg' ) ), esc_url( 'https://drupal.org/' ), esc_url( 'https://drupal.org/licensing/faq/' ) );
     50                        printf( wp_kses_post( __( 'Part of this license outlines requirements for derivative works, such as plugins or themes. Derivatives of WordPress code inherit the GPL license. <a href="%1$s">Drupal</a>, which has the same GPL license as WordPress, has an excellent page on <a href="%2$s">licensing as it applies to themes and modules</a> (their word for plugins).', 'wporg' ) ), esc_url( 'https://www.drupal.org/' ), esc_url( 'https://www.drupal.org/about/licensing' ) );
    5151                        ?>
    5252                    </p>
     
    5555                        <?php
    5656                        /* translators: 1: Link to Serendipity; 2: Link to Habari */
    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) or <a href="%2$s">Habari</a> (Apache license) instead.', 'wporg' ) ), esc_url( 'https://www.s9y.org/' ), esc_url( 'http://habariproject.org/en/' ) );
     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) or <a href="%2$s">Habari</a> (Apache license) instead.', 'wporg' ) ), esc_url( 'https://docs.s9y.org/' ), esc_url( 'http://habariproject.org/en/' ) );
    5858                        ?>
    5959                    </p>
Note: See TracChangeset for help on using the changeset viewer.