@@ -44,7 +44,7 @@ public function __construct() {
4444 }
4545
4646 /**
47- * Create a new comment.
47+ * Creates a new comment.
4848 *
4949 * ## OPTIONS
5050 *
@@ -87,7 +87,7 @@ public function create( $args, $assoc_args ) {
8787 }
8888
8989 /**
90- * Update one or more comments.
90+ * Updates one or more comments.
9191 *
9292 * ## OPTIONS
9393 *
@@ -115,7 +115,7 @@ public function update( $args, $assoc_args ) {
115115 }
116116
117117 /**
118- * Generate some number of new dummy comments.
118+ * Generates some number of new dummy comments.
119119 *
120120 * Creates a specified number of new comments with dummy data.
121121 *
@@ -194,7 +194,7 @@ public function generate( $args, $assoc_args ) {
194194 }
195195
196196 /**
197- * Get data of a single comment.
197+ * Gets the data of a single comment.
198198 *
199199 * ## OPTIONS
200200 *
@@ -241,7 +241,7 @@ public function get( $args, $assoc_args ) {
241241 }
242242
243243 /**
244- * Get a list of comments.
244+ * Gets a list of comments.
245245 *
246246 * ## OPTIONS
247247 *
@@ -366,7 +366,7 @@ public function list_( $_, $assoc_args ) {
366366 }
367367
368368 /**
369- * Delete a comment.
369+ * Deletes a comment.
370370 *
371371 * ## OPTIONS
372372 *
@@ -431,7 +431,7 @@ private function set_status( $args, $status, $success ) {
431431 }
432432
433433 /**
434- * Warn if `$_SERVER['SERVER_NAME']` not set as used in email from-address sent to post author in `wp_notify_postauthor()`.
434+ * Warns if `$_SERVER['SERVER_NAME']` not set as used in email from-address sent to post author in `wp_notify_postauthor()`.
435435 */
436436 private function check_server_name () {
437437 if ( empty ( $ _SERVER ['SERVER_NAME ' ] ) ) {
@@ -441,7 +441,7 @@ private function check_server_name() {
441441 }
442442
443443 /**
444- * Trash a comment.
444+ * Trashes a comment.
445445 *
446446 * ## OPTIONS
447447 *
@@ -461,7 +461,7 @@ public function trash( $args, $assoc_args ) {
461461 }
462462
463463 /**
464- * Untrash a comment.
464+ * Untrashes a comment.
465465 *
466466 * ## OPTIONS
467467 *
@@ -482,7 +482,7 @@ public function untrash( $args, $assoc_args ) {
482482 }
483483
484484 /**
485- * Mark a comment as spam.
485+ * Marks a comment as spam.
486486 *
487487 * ## OPTIONS
488488 *
@@ -502,7 +502,7 @@ public function spam( $args, $assoc_args ) {
502502 }
503503
504504 /**
505- * Unmark a comment as spam.
505+ * Unmarks a comment as spam.
506506 *
507507 * ## OPTIONS
508508 *
@@ -523,7 +523,7 @@ public function unspam( $args, $assoc_args ) {
523523 }
524524
525525 /**
526- * Approve a comment.
526+ * Approves a comment.
527527 *
528528 * ## OPTIONS
529529 *
@@ -544,7 +544,7 @@ public function approve( $args, $assoc_args ) {
544544 }
545545
546546 /**
547- * Unapprove a comment.
547+ * Unapproves a comment.
548548 *
549549 * ## OPTIONS
550550 *
@@ -565,7 +565,7 @@ public function unapprove( $args, $assoc_args ) {
565565 }
566566
567567 /**
568- * Count comments, on whole blog or on a given post.
568+ * Counts comments, on whole blog or on a given post.
569569 *
570570 * ## OPTIONS
571571 *
@@ -610,7 +610,7 @@ public function count( $args, $assoc_args ) {
610610 }
611611
612612 /**
613- * Recalculate the comment_count value for one or more posts.
613+ * Recalculates the comment_count value for one or more posts.
614614 *
615615 * ## OPTIONS
616616 *
@@ -636,7 +636,7 @@ public function recount( $args ) {
636636 }
637637
638638 /**
639- * Get status of a comment.
639+ * Gets the status of a comment.
640640 *
641641 * ## OPTIONS
642642 *
@@ -662,7 +662,7 @@ public function status( $args, $assoc_args ) {
662662 }
663663
664664 /**
665- * Verify whether a comment exists.
665+ * Verifies whether a comment exists.
666666 *
667667 * Displays a success message if the comment does exist.
668668 *
0 commit comments