- Timestamp:
- 06/21/2016 02:22:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-admin/includes/class-wp-media-list-table.php
r35752 r37785 393 393 <?php 394 394 $file = get_attached_file( $post->ID ); 395 echo wp_basename( $file);395 echo esc_html( wp_basename( $file ) ); 396 396 ?> 397 397 </p>
Note: See TracChangeset
for help on using the changeset viewer.