Changeset 43602 for branches/4.9
- Timestamp:
- 08/31/2018 10:52:32 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/media-template.php
r42627 r43602 429 429 <a class="view-attachment" href="{{ data.link }}"><?php _e( 'View attachment page' ); ?></a> 430 430 <# if ( data.can.save ) { #> | 431 <a href=" post.php?post={{ data.id }}&action=edit"><?php _e( 'Edit more details' ); ?></a>431 <a href="{{ data.editLink }}"><?php _e( 'Edit more details' ); ?></a> 432 432 <# } #> 433 433 <# if ( ! data.uploading && data.can.remove ) { #> |
Note: See TracChangeset
for help on using the changeset viewer.