From 198e2f10e0b7f0264ec69046261410abf79ed1d0 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 13 Aug 2008 19:10:44 +0000 Subject: [PATCH] phpdoc fix up for post_class(). see #7457 git-svn-id: https://develop.svn.wordpress.org/trunk@8639 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ) {