Changeset 12221
- Timestamp:
- 11/19/2009 05:46:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r12196 r12221 102 102 if ( !$is_trash ) 103 103 $actions['view'] = '<a href="' . get_permalink($post->ID) . '" title="' . esc_attr(sprintf(__('View “%s”'), $title)) . '" rel="permalink">' . __('View') . '</a>'; 104 $actions = apply_filters( 'media_row_actions', $actions, $post ); 104 105 $action_count = count($actions); 105 106 $i = 0;
Note: See TracChangeset
for help on using the changeset viewer.