From 0df025d2bd47ed01262b2630f883ff3df3f8b887 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 20 Jul 2022 22:12:09 +0000 Subject: [PATCH] Docs: Add missing function description in `wp-admin/includes/comment.php`. See #55646. Built from https://develop.svn.wordpress.org/trunk@53742 git-svn-id: http://core.svn.wordpress.org/trunk@53301 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/comment.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.