phpdoc fix up for post_class(). see #7457

git-svn-id: https://develop.svn.wordpress.org/trunk@8639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-08-13 19:10:44 +00:00
parent 47194e9cd7
commit 198e2f10e0
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function has_excerpt( $id = 0 ) {
* @subpackage Post * @subpackage Post
* @since 2.7 * @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 * @param int $post_id An optional post ID
*/ */
function post_class( $class = '', $post_id = null ) { function post_class( $class = '', $post_id = null ) {