- Timestamp:
- 05/23/2017 05:57:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r40309 r40823 679 679 } 680 680 $actions['view'] = sprintf( 681 '<a href="%s" aria-label="%s" rel=" permalink">%s</a>',681 '<a href="%s" aria-label="%s" rel="bookmark">%s</a>', 682 682 get_permalink( $post->ID ), 683 683 /* translators: %s: attachment title */ … … 738 738 if ( ! $this->is_trash ) { 739 739 $actions['view'] = sprintf( 740 '<a href="%s" aria-label="%s" rel=" permalink">%s</a>',740 '<a href="%s" aria-label="%s" rel="bookmark">%s</a>', 741 741 get_permalink( $post->ID ), 742 742 /* translators: %s: attachment title */
Note: See TracChangeset
for help on using the changeset viewer.