Making WordPress.org

Changeset 14247


Ignore:
Timestamp:
12/06/2024 08:58:10 PM (7 weeks ago)
Author:
coffee2code
Message:

Photo Directory, Head / Uploads: Update URL for CC0 license.

Props macmanx, ndiego.
See https://github.com/WordPress/wporg-photo-directory/issues/38.

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/head.php

    r12404 r14247  
    9191                "@type"              => 'ImageObject',
    9292                'contentUrl'         => wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' )[0] ?? '',
    93                 'license'            => 'https://creativecommons.org/share-your-work/public-domain/cc0/',
     93                'license'            => 'https://creativecommons.org/publicdomain/zero/1.0/',
    9494                'acquireLicensePage' => "https://wordpress.org/photos/license/",
    9595                'creditText'         => $contributor_name,
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php

    r13985 r14247  
    135135                /* translators: %s: Link to CC0 license */
    136136                __( 'I am making this photo available under the <a href="%s">CC0 license</a>. People will be able to use this image for any purpose, including resale, marketing, branding, etc without cost or attribution.', 'wporg-photos' ),
    137                 'https://creativecommons.org/share-your-work/public-domain/cc0/'
     137                'https://creativecommons.org/publicdomain/zero/1.0/'
    138138            ),
    139139            'photo_photograph'         => __( 'Photo is an actual photograph and not a screenshot or digital art.', 'wporg-photos' ),
Note: See TracChangeset for help on using the changeset viewer.