Update phpdoc for wp_mime_type_icon(). Props SergeyBiryukov, mitchoyoshitaka. fixes #16604
git-svn-id: https://develop.svn.wordpress.org/trunk@19924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f7abac6c21
commit
2c83196cff
@ -4005,7 +4005,7 @@ function wp_attachment_is_image( $post_id = 0 ) {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param string $mime MIME type
|
||||
* @param string|int $mime MIME type or attachment ID.
|
||||
* @return string|bool
|
||||
*/
|
||||
function wp_mime_type_icon( $mime = 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user