Skip to content

Commit

Permalink
- use captions at media list view page
Browse files Browse the repository at this point in the history
  • Loading branch information
R.Brown committed Apr 21, 2014
1 parent 31e1716 commit 5a0a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credit-tracker-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function credit_tracker_attachment_show_column($name)
break;
case 'credit-tracker-source':
$value = get_post_meta($post->ID, "credit-tracker-source", true);
echo $value;
echo ct_get_sources_names_array()[$value];
break;
case 'credit-tracker-author':
$value = get_post_meta($post->ID, "credit-tracker-author", true);
Expand Down

0 comments on commit 5a0a996

Please sign in to comment.