diff --git a/wp-comments-post.php b/wp-comments-post.php index e0a06dc755..96ab8947a9 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'] ) { @@ -82,4 +82,4 @@ $location = apply_filters('comment_post_redirect', $location, $comment); wp_redirect($location); -?> \ No newline at end of file +?> diff --git a/wp-includes/atomlib.php b/wp-includes/atomlib.php index a1f94159fa..e75ca394a3 100644 --- a/wp-includes/atomlib.php +++ b/wp-includes/atomlib.php @@ -5,8 +5,8 @@ * @package AtomLib * @link http://code.google.com/p/phpatomlib/ * - * @author: Elias Torres - * @version: 0.4 + * @author Elias Torres + * @version 0.4 * @since 2.3 */ diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 2553bee30f..c62b4bc027 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -180,7 +180,7 @@ function get_the_author_ID() { /** * Display the ID of the author of the current post. * - * @http://codex.wordpress.org/Template_Tags/the_author_ID + * @link http://codex.wordpress.org/Template_Tags/the_author_ID * @since 0.71 * @uses get_the_author_ID() */ @@ -534,4 +534,4 @@ function wp_list_authors($args = '') { echo $return; } -?> \ No newline at end of file +?>