Changeset 25609
- Timestamp:
- 09/24/2013 09:28:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25581 r25609 178 178 * 179 179 * @since 2.0.0 180 * @uses apply_filters() Calls 'get_attached_file' on file path and attachment ID.181 180 * 182 181 * @param int $attachment_id Attachment ID. 183 182 * @param bool $unfiltered Whether to apply filters. 184 * @return string|bool The file path to the attached file, or false if the attachment does not exist.183 * @return string|bool The file path to where the attached file should be, false otherwise. 185 184 */ 186 185 function get_attached_file( $attachment_id, $unfiltered = false ) {
Note: See TracChangeset
for help on using the changeset viewer.