Docs: Improve comments in some wp-admin files per the documentation standards.

Props passoniate.
Fixes #49215, #49216.

git-svn-id: https://develop.svn.wordpress.org/trunk@47084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-01-18 00:52:28 +00:00
parent bd59d22a81
commit 89dc54ee0c
10 changed files with 167 additions and 136 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ function get_pending_comments_num( $post_id ) {
$pending_keyed = array();
// Default to zero pending for all posts in request
// Default to zero pending for all posts in request.
foreach ( $post_id_array as $id ) {
$pending_keyed[ $id ] = 0;
}