Changeset 32043
- Timestamp:
- 04/05/2015 04:06:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r31867 r32043 3415 3415 * @since 4.2.0 3416 3416 * 3417 * @param int|null $post_id 3418 * @param string $url 3417 * @param int|null $post_id The post_id (if any) found by the function. 3418 * @param string $url The URL being looked up. 3419 3419 */ 3420 3420 $post_id = apply_filters( 'attachment_url_to_postid', $post_id, $url );
Note: See TracChangeset
for help on using the changeset viewer.