mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Use more specific types in parameter descriptions in place of mixed.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -213,7 +213,7 @@ function get_comment( &$comment = null, $output = OBJECT ) {
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param mixed $_comment Comment data.
|
||||
* @param WP_Comment $_comment Comment data.
|
||||
*/
|
||||
$_comment = apply_filters( 'get_comment', $_comment );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user