Changeset 29750 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/18/2014 12:35:25 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29729 r29750 720 720 * @since 2.8.0 721 721 * 722 * @param mixed $attr Attributes for the image markup.723 * @param int $attachment _id Image attachment ID.722 * @param mixed $attr Attributes for the image markup. 723 * @param int $attachment Image attachment post. 724 724 */ 725 725 $attr = apply_filters( 'wp_get_attachment_image_attributes', $attr, $attachment );
Note: See TracChangeset
for help on using the changeset viewer.