Minor phpdoc fixups.

git-svn-id: https://develop.svn.wordpress.org/trunk@8149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-06-20 20:56:40 +00:00
parent a4d4d281d6
commit 97d67b7f80
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Handles Comment Post to WordPress and prevents duplicate comment posting.
*
* @package @WordPress
* @package WordPress
*/
if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
@@ -82,4 +82,4 @@ $location = apply_filters('comment_post_redirect', $location, $comment);
wp_redirect($location);
?>
?>