Changeset 56549 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r56196 r56549 374 374 foreach ( $this->get_settings() as $instance ) { 375 375 if ( isset( $instance['attachment_id'] ) && $instance['attachment_id'] === $post->ID ) { 376 $use_count++;376 ++$use_count; 377 377 } 378 378 }
Note: See TracChangeset
for help on using the changeset viewer.