Ticket #16044: 16044.diff
| File 16044.diff, 593 bytes (added by greuben, 2 years ago) |
|---|
-
wp-admin/includes/class-wp-media-list-table.php
241 241 242 242 case 'author': 243 243 ?> 244 <td <?php echo $attributes ?>><?php the_author() ?></td> 244 <td <?php echo $attributes ?>><?php 245 printf( '<a href="%s">%s</a>', 246 esc_url( add_query_arg( array( 'author' => get_the_author_meta('ID') ), 'upload.php' ) ), 247 get_the_author() ); 248 ?></td> 245 249 <?php 246 250 break; 247 251
