Docs: Add missing function description in wp-admin/includes/comment.php.

See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@53742 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-07-20 22:10:29 +00:00
parent a925aabc9c
commit cdd361b90c

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() {