mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user