diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 318fbbc272..70b1a785fa 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -3155,6 +3155,8 @@ function wp_enqueue_code_editor( $args ) { 'Ctrl-/' => 'toggleComment', 'Cmd-/' => 'toggleComment', 'Alt-F' => 'findPersistent', + 'Ctrl-F' => 'findPersistent', + 'Cmd-F' => 'findPersistent', ), 'direction' => 'ltr', // Code is shown in LTR even in RTL languages. 'gutters' => array(), diff --git a/wp-includes/version.php b/wp-includes/version.php index 6cd4481272..c0faca27d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.3-beta1-42623'; +$wp_version = '4.9.3-beta1-42626'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.