Ticket #21217: 21217.patch
| File 21217.patch, 496 bytes (added by SergeyBiryukov, 10 months ago) |
|---|
-
wp-admin/includes/media.php
1064 1064 $toggle_on = __( 'Show' ); 1065 1065 $toggle_off = __( 'Hide' ); 1066 1066 1067 $filename = esc_html( basename( $post->guid) );1067 $filename = esc_html( end( explode( '/', $post->guid ) ) ); 1068 1068 $title = esc_attr( $post->post_title ); 1069 1069 1070 1070 if ( $_tags = get_the_tags( $attachment_id ) ) {
