Ticket #52030: 52030.patch
File 52030.patch, 457 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/media.php
3288 3288 3289 3289 $att_url = wp_get_attachment_url( $attachment_id ); 3290 3290 3291 $author = get_userdata( $post->post_author );3291 $author = new WP_User( $post->post_author ); 3292 3292 3293 3293 $uploaded_by_name = __( '(no author)' ); 3294 3294 $uploaded_by_link = '';