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
This commit is contained in:
audrasjb 2022-07-20 22:12:09 +00:00
parent bcf4ff0c3f
commit 0df025d2bd
2 changed files with 3 additions and 1 deletions

View File

@ -197,6 +197,8 @@ function floated_admin_avatar( $name ) {
}
/**
* Enqueues comment shortcuts jQuery script.
*
* @since 2.7.0
*/
function enqueue_comment_hotkeys_js() {

View File

@ -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.