Changeset 61268
- Timestamp:
- 11/19/2025 02:44:47 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r60032 r61268 368 368 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 369 369 370 if ( post_type_supports( 'attachment', 'comments' ) ) {370 if ( post_type_supports( 'attachment', 'comments' ) && get_option( 'wp_attachment_pages_enabled' ) ) { 371 371 $posts_columns['comments'] = sprintf( 372 372 '<span class="vers comment-grey-bubble" title="%1$s" aria-hidden="true"></span><span class="screen-reader-text">%2$s</span>',
Note: See TracChangeset
for help on using the changeset viewer.