Changeset 55420 for trunk/src/wp-content/themes/twentyeleven/image.php
- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/image.php
r49539 r55420 71 71 ); 72 72 foreach ( $attachments as $k => $attachment ) { 73 if ( $attachment->ID == $post->ID ) {73 if ( $attachment->ID === $post->ID ) { 74 74 break; 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.