--- a/wp/wp-admin/js/comment.js Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-admin/js/comment.js Mon Oct 14 18:28:13 2019 +0200
@@ -1,7 +1,11 @@
+/**
+ * @output wp-admin/js/comment.js
+ */
+
/* global postboxes, commentL10n */
/**
- * @summary Binds to the document ready event.
+ * Binds to the document ready event.
*
* @since 2.5.0
*
@@ -18,7 +22,7 @@
$edittimestamp = $timestampdiv.siblings( 'a.edit-timestamp' );
/**
- * @summary Adds event that opens the time stamp form if the form is hidden.
+ * Adds event that opens the time stamp form if the form is hidden.
*
* @listens $edittimestamp:click
*
@@ -37,7 +41,7 @@
});
/**
- * @summary Resets the time stamp values when the cancel button is clicked.
+ * Resets the time stamp values when the cancel button is clicked.
*
* @listens .cancel-timestamp:click
*
@@ -59,7 +63,7 @@
});
/**
- * @summary Sets the time stamp values when the ok button is clicked.
+ * Sets the time stamp values when the ok button is clicked.
*
* @listens .save-timestamp:click
*