Changeset 32672 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 05/31/2015 03:17:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r32653 r32672 1575 1575 } 1576 1576 1577 /** 1578 * @since 3.5.0 1579 * 1580 * @param int $attachment_id 1581 * @param array $args 1582 * @return array 1583 */ 1577 1584 function get_compat_media_markup( $attachment_id, $args = null ) { 1578 1585 $post = get_post( $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.