Changeset 16900 for trunk/wp-includes/post.php
- Timestamp:
- 12/13/2010 09:21:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r16898 r16900 2319 2319 $post = get_post($postid, $mode); 2320 2320 2321 if ( 2321 if ( 2322 2322 ( OBJECT == $mode && empty( $post->ID ) ) || 2323 2323 ( OBJECT != $mode && empty( $post['ID'] ) ) … … 3828 3828 if ( 'attachment' != $post->post_type || empty( $url ) ) 3829 3829 return false; 3830 3830 3831 3831 return $url; 3832 3832 }
Note: See TracChangeset
for help on using the changeset viewer.