Changeset 21597 for trunk/wp-admin/includes/template.php
- Timestamp:
- 08/23/2012 08:01:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r21538 r21597 706 706 function the_attachment_links( $id = false ) { 707 707 $id = (int) $id; 708 $post = &get_post( $id );708 $post = get_post( $id ); 709 709 710 710 if ( $post->post_type != 'attachment' )
Note: See TracChangeset
for help on using the changeset viewer.