diff --git a/wp-admin/edit-attachment-rows.php b/wp-admin/edit-attachment-rows.php index e16eb41d47..b7eeb07a1e 100644 --- a/wp-admin/edit-attachment-rows.php +++ b/wp-admin/edit-attachment-rows.php @@ -101,6 +101,7 @@ foreach ($posts_columns as $column_name => $column_display_name ) { } if ( !$is_trash ) $actions['view'] = '' . __('View') . ''; + $actions = apply_filters( 'media_row_actions', $actions, $post ); $action_count = count($actions); $i = 0; echo '
';