mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Correct 'wp_get_attachment_image_attributes' filter docs.
props tillkruess. fixes #29701. git-svn-id: https://develop.svn.wordpress.org/trunk@29750 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -719,8 +719,8 @@ function wp_get_attachment_image($attachment_id, $size = 'thumbnail', $icon = fa
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param mixed $attr Attributes for the image markup.
|
||||
* @param int $attachment_id Image attachment ID.
|
||||
* @param mixed $attr Attributes for the image markup.
|
||||
* @param int $attachment Image attachment post.
|
||||
*/
|
||||
$attr = apply_filters( 'wp_get_attachment_image_attributes', $attr, $attachment );
|
||||
$attr = array_map( 'esc_attr', $attr );
|
||||
|
||||
Reference in New Issue
Block a user