- Timestamp:
- 05/19/2022 03:52:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r53302 r53414 351 351 if ( ! $this->detached ) { 352 352 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 353 353 354 if ( post_type_supports( 'attachment', 'comments' ) ) { 354 $posts_columns['comments'] = '<span class="vers comment-grey-bubble" title="' . esc_attr__( 'Comments' ) . '"><span class="screen-reader-text">' . __( 'Comments' ) . '</span></span>'; 355 $posts_columns['comments'] = sprintf( 356 '<span class="vers comment-grey-bubble" title="%1$s" aria-hidden="true"></span><span class="screen-reader-text">%2$s</span>', 357 esc_attr__( 'Comments' ), 358 __( 'Comments' ) 359 ); 355 360 } 356 361 }
Note: See TracChangeset
for help on using the changeset viewer.