Making WordPress.org


Ignore:
Timestamp:
08/28/2023 10:33:43 AM (22 months ago)
Author:
Otto42
Message:

Photos: It is CC0 with a zero), not CCO (with the letter O).

File:
1 edited

Legend:

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

    r12686 r12864  
    126126                <div class="tab tab-rich-text active">
    127127                <?php printf(
    128                     /* translators: 1: URL to CCO license, 2: URL to photo's page, 3: URL to contributor's profile, 4: Contributor's display name, 5: URL to Photo Directory. */
    129                     __( '<a href="%1$s">CCO</a> licensed <a href="%2$s">photo</a> by <a href="%3$s">%4$s</a> from the <a href="%5$s">WordPress Photo Directory</a>.', 'wporg-photos' ),
     128                    /* translators: 1: URL to CC0 license, 2: URL to photo's page, 3: URL to contributor's profile, 4: Contributor's display name, 5: URL to Photo Directory. */
     129                    __( '<a href="%1$s">CC0</a> licensed <a href="%2$s">photo</a> by <a href="%3$s">%4$s</a> from the <a href="%5$s">WordPress Photo Directory</a>.', 'wporg-photos' ),
    130130                    'https://creativecommons.org/share-your-work/public-domain/cc0/',
    131131                    esc_url( get_the_permalink() ),
     
    137137                <div class="tab tab-html">
    138138                    <?php printf(
    139                         /* translators: 1: URL to CCO license, 2: URL to photo's page, 3: URL to contributor's profile, 4: Contributor's display name, 5: URL to Photo Directory. */
    140                         htmlentities( '<p class="attribution">' . __( '<a href="%1$s">CCO</a> licensed <a href="%2$s">photo</a> by <a href="%3$s">%4$s</a> from the <a href="%5$s">WordPress Photo Directory</a>.', 'wporg-photos' ) . '</p>' ),
     139                        /* translators: 1: URL to CC0 license, 2: URL to photo's page, 3: URL to contributor's profile, 4: Contributor's display name, 5: URL to Photo Directory. */
     140                        htmlentities( '<p class="attribution">' . __( '<a href="%1$s">CC0</a> licensed <a href="%2$s">photo</a> by <a href="%3$s">%4$s</a> from the <a href="%5$s">WordPress Photo Directory</a>.', 'wporg-photos' ) . '</p>' ),
    141141                        'https://creativecommons.org/share-your-work/public-domain/cc0/',
    142142                        esc_url( get_the_permalink() ),
     
    149149                <?php printf(
    150150                    /* translators: 1: Contributor's display name, 4: URL to photo's page. */
    151                     __( 'CCO licensed photo by %1$s from the WordPress Photo Directory: %2$s', 'wporg-photos' ),
     151                    __( 'CC0 licensed photo by %1$s from the WordPress Photo Directory: %2$s', 'wporg-photos' ),
    152152                    esc_html( get_the_author_meta( 'display_name' ) ),
    153153                    esc_url( get_the_permalink() )
     
    162162            <h3><?php _e( 'License / Usage', 'wporg-photos' ); ?></h3>
    163163            <p><?php printf(
    164                 /* translators: %s: URL to CCO license. */
     164                /* translators: %s: URL to CC0 license. */
    165165                __( 'Photo contributors 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, out of respect for the original photographers. 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' ),
    166166                'https://creativecommons.org/share-your-work/public-domain/cc0/'
Note: See TracChangeset for help on using the changeset viewer.