Changeset 14247
- Timestamp:
- 12/06/2024 08:58:10 PM (7 weeks ago)
- 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 91 91 "@type" => 'ImageObject', 92 92 '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/', 94 94 'acquireLicensePage' => "https://wordpress.org/photos/license/", 95 95 'creditText' => $contributor_name, -
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php
r13985 r14247 135 135 /* translators: %s: Link to CC0 license */ 136 136 __( '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/' 138 138 ), 139 139 '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.