Making WordPress.org


Ignore:
Timestamp:
01/23/2020 11:03:22 PM (5 years ago)
Author:
coffee2code
Message:

Main theme: Remove link to Habari from licensing page.

The project is effectively abandoned. Their site 502s and appears to have done so for the last year. The GitHub repo hasn't had any activity in over 3 years.

Props anik4e.
Fixes #4959.

File:
1 edited

Legend:

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

    r9417 r9418  
    5454                    <p>
    5555                        <?php
    56                         /* 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://docs.s9y.org/' ), esc_url( 'http://habariproject.org/en/' ) );
     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/' ) );
    5858                        ?>
    5959                    </p>
Note: See TracChangeset for help on using the changeset viewer.