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:
parent
47194e9cd7
commit
198e2f10e0
@ -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 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user