diff --git a/wp-admin/includes/comment.php b/wp-admin/includes/comment.php index d5a3e4b725..2c621d3315 100644 --- a/wp-admin/includes/comment.php +++ b/wp-admin/includes/comment.php @@ -197,6 +197,8 @@ function floated_admin_avatar( $name ) { } /** + * Enqueues comment shortcuts jQuery script. + * * @since 2.7.0 */ function enqueue_comment_hotkeys_js() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 75295955c5..e9b7e20565 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53741'; +$wp_version = '6.1-alpha-53742'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.