Changeset 45167
- Timestamp:
- 04/12/2019 04:31:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r45148 r45167 1140 1140 'signature_verification_unsupported', 1141 1141 sprintf( 1142 /* translators: 1: The filename of the package. */1143 __( 'The authenticity of % 1$s could not be verified as signature verification is unavailable on this system.' ),1142 /* translators: %s: The filename of the package. */ 1143 __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ), 1144 1144 '<span class="code">' . esc_html( $filename_for_errors ) . '</span>' 1145 1145 ), … … 1152 1152 'signature_verification_no_signature', 1153 1153 sprintf( 1154 /* translators: 1: The filename of the package. */1155 __( 'The authenticity of % 1$s could not be verified as no signature was found.' ),1154 /* translators: %s: The filename of the package. */ 1155 __( 'The authenticity of %s could not be verified as no signature was found.' ), 1156 1156 '<span class="code">' . esc_html( $filename_for_errors ) . '</span>' 1157 1157 ), … … 1199 1199 'signature_verification_failed', 1200 1200 sprintf( 1201 /* translators: 1: The filename of the package. */1202 __( 'The authenticity of % 1$s could not be verified.' ),1201 /* translators: %s: The filename of the package. */ 1202 __( 'The authenticity of %s could not be verified.' ), 1203 1203 '<span class="code">' . esc_html( $filename_for_errors ) . '</span>' 1204 1204 ),
Note: See TracChangeset
for help on using the changeset viewer.