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:
parent
a9d35dafba
commit
9a95395188
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue