phpdoc fix up for post_class(). see #7457

git-svn-id: http://svn.automattic.com/wordpress/trunk@8639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-13 19:10:44 +00:00
parent a9d35dafba
commit 9a95395188
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {