Changeset 3203
- Timestamp:
- 11/23/2005 10:00:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r3200 r3203 776 776 } 777 777 778 function get_attached_file($attachment_id) { 779 return get_post_meta($attachment_id, '_wp_attached_file', true); 780 } 778 781 ?>
Note: See TracChangeset
for help on using the changeset viewer.