Changeset 60580
- Timestamp:
- 11/19/2025 02:46:35 AM (6 days ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/includes/class-wp-media-list-table.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r59368 r60580 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>', -
trunk/wp-includes/version.php
r60579 r60580 17 17 * @global string $wp_version 18 18 */ 19 $wp_version = '7.0-alpha-6126 7';19 $wp_version = '7.0-alpha-61268'; 20 20 21 21 /**
Note: See TracChangeset
for help on using the changeset viewer.