Making WordPress.org


Ignore:
Timestamp:
03/28/2022 11:44:18 PM (3 years ago)
Author:
coffee2code
Message:

Photo Directory: Add a license/usage statement to individual photo pages.

Props angelasjin, clickysteve, rclations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/photo-single.php

    r11604 r11716  
    8989        </div>
    9090
     91        <div class="entry-license">
     92            <h3><?php _e( 'License / Usage', 'wporg-photos' ); ?></h3>
     93            <p><?php printf(
     94                /* translators: %s: URL to CCO license. */
     95                __( 'Photo contributors are asked to submit their original content under the <a href="%s">CC0 license</a>. This license allows everyone to use the photos anywhere, for any purpose, without the need for permission, attribution, or payment. However, you cannot claim ownership or authorship of any photos in the WordPress Photo Directory, as the copyrights remain with the original photographers or rights holders. Submissions are moderated by a team of volunteers who recommend prior to use that you verify that the work is actually under the CC0 license and abides by any applicable local laws.', 'wporg-photos' ),
     96                'https://creativecommons.org/share-your-work/public-domain/cc0/'
     97            ); ?></p>
     98        </div>
     99
    91100        <?php
    92101        edit_post_link(
Note: See TracChangeset for help on using the changeset viewer.