From 97d67b7f809f368d269609ce2fbc683e3d9e6e9b Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 20 Jun 2008 20:56:40 +0000 Subject: [PATCH] Minor phpdoc fixups. git-svn-id: https://develop.svn.wordpress.org/trunk@8149 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-comments-post.php | 4 ++-- wp-includes/atomlib.php | 4 ++-- wp-includes/author-template.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 +?>