diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-24 17:00:10 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-24 17:00:10 +0000 |
| commit | 631c9bb4d60d242432052f56c00768392f42a392 (patch) | |
| tree | 50d41b0248d5c5fb156c6d52020675208b77a3e6 /wp-comments-post.php | |
| parent | a1fbe4e0694a66d7351e2f6280ab84568681e8e0 (diff) | |
WP Merge to revision 8180
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-comments-post.php')
| -rw-r--r-- | wp-comments-post.php | 2 |
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'] ) { |
