summaryrefslogtreecommitdiffstats
path: root/wp-comments-post.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-comments-post.php')
-rw-r--r--wp-comments-post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-comments-post.php b/wp-comments-post.php
index 6ce16fa..96ab894 100644
--- a/wp-comments-post.php
+++ b/wp-comments-post.php
@@ -2,7 +2,7 @@
/**
* Handles Comment Post to WordPress and prevents duplicate comment posting.
*
- * @package @WordPress
+ * @package WordPress
*/
if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {