Changeset 12864 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/photo-single.php
- Timestamp:
- 08/28/2023 10:33:43 AM (22 months ago)
- 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 126 126 <div class="tab tab-rich-text active"> 127 127 <?php printf( 128 /* translators: 1: URL to CC Olicense, 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">CC O</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' ), 130 130 'https://creativecommons.org/share-your-work/public-domain/cc0/', 131 131 esc_url( get_the_permalink() ), … … 137 137 <div class="tab tab-html"> 138 138 <?php printf( 139 /* translators: 1: URL to CC Olicense, 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">CC O</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>' ), 141 141 'https://creativecommons.org/share-your-work/public-domain/cc0/', 142 142 esc_url( get_the_permalink() ), … … 149 149 <?php printf( 150 150 /* translators: 1: Contributor's display name, 4: URL to photo's page. */ 151 __( 'CC Olicensed 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' ), 152 152 esc_html( get_the_author_meta( 'display_name' ) ), 153 153 esc_url( get_the_permalink() ) … … 162 162 <h3><?php _e( 'License / Usage', 'wporg-photos' ); ?></h3> 163 163 <p><?php printf( 164 /* translators: %s: URL to CC Olicense. */164 /* translators: %s: URL to CC0 license. */ 165 165 __( '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' ), 166 166 'https://creativecommons.org/share-your-work/public-domain/cc0/'
Note: See TracChangeset
for help on using the changeset viewer.