Skip to content

Commit a3c0a96

Browse files
committed
Add the Wordress.org Test Key #1. This key is being used during development and will be replaced at a later date.
1 parent 78e435f commit a3c0a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/includes/file.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,7 @@ function verify_file_signature( $filename, $signatures, $filename_for_errors = f
12141214
function wp_trusted_keys() {
12151215
$trusted_keys = array(
12161216
// TODO: Fill with WordPress.org keys x2.
1217+
'fRPyrxb/MvVLbdsYi+OOEv4xc+Eqpsj+kkAS6gNOkI0=', // WordPress.org Test Key #1
12171218
);
12181219

12191220
/**

0 commit comments

Comments
 (0)