From 9a95395188fa093d5dca376c80d1ad5bf1ae4e96 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 13 Aug 2008 19:10:44 +0000 Subject: [PATCH] phpdoc fix up for post_class(). see #7457 git-svn-id: http://svn.automattic.com/wordpress/trunk@8639 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index b50ee2c2f2..260f3f7ede 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -169,7 +169,7 @@ function has_excerpt( $id = 0 ) { * @subpackage Post * @since 2.7 * - @ param string $class One or more classes to add to the class list + * @ param string $class One or more classes to add to the class list * @param int $post_id An optional post ID */ function post_class( $class = '', $post_id = null ) {