- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r54882 r55420 101 101 ); 102 102 foreach ( $attachments as $k => $attachment ) { 103 if ( $attachment->ID == $post->ID ) {103 if ( $attachment->ID === $post->ID ) { 104 104 break; 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.