Changeset 16228
- Timestamp:
- 11/06/2010 10:51:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r16227 r16228 348 348 break; 349 349 350 case 'actions':351 ?>352 <td <?php echo $attributes ?>>353 <a href="media.php?action=edit&attachment_id=<?php the_ID(); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit “%s”' ), $att_title ) ); ?>"><?php _e( 'Edit' ); ?></a> |354 <a href="<?php the_permalink(); ?>"><?php _e( 'Get permalink' ); ?></a>355 </td>356 <?php357 break;358 359 350 default: 360 351 ?>
Note: See TracChangeset
for help on using the changeset viewer.