Changeset 45510 for branches/5.2/src/wp-admin/includes/file.php
- Timestamp:
- 06/10/2019 01:32:41 PM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/includes/file.php
r45356 r45510 1188 1188 'signature_verification_unsupported', 1189 1189 sprintf( 1190 /* translators: 1: The filename of the package. */1191 __( 'The authenticity of % 1$s could not be verified as signature verification is unavailable on this system.' ),1190 /* translators: %s: The filename of the package. */ 1191 __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ), 1192 1192 '<span class="code">' . esc_html( $filename_for_errors ) . '</span>' 1193 1193 ),
Note: See TracChangeset
for help on using the changeset viewer.