Changeset 47461 for trunk/src/wp-includes/post.php
- Timestamp:
- 03/16/2020 06:38:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r47448 r47461 516 516 * @since 2.1.0 517 517 * 518 * @param string $file Path to attached file.519 * @param int $attachment_id Attachment ID.518 * @param string|false $file The file path to where the attached file should be, false otherwise. 519 * @param int $attachment_id Attachment ID. 520 520 */ 521 521 return apply_filters( 'get_attached_file', $file, $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.