- Timestamp:
- 08/31/2018 10:51:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r43571 r43601 455 455 <a class="view-attachment" href="{{ data.link }}"><?php _e( 'View attachment page' ); ?></a> 456 456 <# if ( data.can.save ) { #> | 457 <a href=" post.php?post={{ data.id }}&action=edit"><?php _e( 'Edit more details' ); ?></a>457 <a href="{{ data.editLink }}"><?php _e( 'Edit more details' ); ?></a> 458 458 <# } #> 459 459 <# if ( ! data.uploading && data.can.remove ) { #> |
Note: See TracChangeset
for help on using the changeset viewer.