Changeset 14699 for trunk/wp-includes/post.php
- Timestamp:
- 05/16/2010 09:00:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r14650 r14699 3537 3537 * @return string|bool Attachment meta field. False on failure. 3538 3538 */ 3539 function wp_get_attachment_metadata( $post_id , $unfiltered = false ) {3539 function wp_get_attachment_metadata( $post_id = 0, $unfiltered = false ) { 3540 3540 $post_id = (int) $post_id; 3541 3541 if ( !$post =& get_post( $post_id ) )
Note: See TracChangeset
for help on using the changeset viewer.