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:
parent
bcf4ff0c3f
commit
0df025d2bd
|
@ -197,6 +197,8 @@ function floated_admin_avatar( $name ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Enqueues comment shortcuts jQuery script.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*/
|
||||
function enqueue_comment_hotkeys_js() {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue