Skip to content

Commit

Permalink
Remove leftover 'linkToMetadata' option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 13, 2018
1 parent d01166e commit 3987e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1><?php echo metadata('item', array('Dublin Core','Title')); ?></h1>

<?php if ((get_theme_option('Item FileDisplay') == 1) && metadata('item', 'has files')): ?>
<?php echo files_for_item(array('imageSize' => 'fullsize', 'linkToMetadata' => $linkToFileMetadata)); ?>
<?php echo files_for_item(array('imageSize' => 'fullsize')); ?>
<?php endif; ?>

<!-- Items metadata -->
Expand Down

0 comments on commit 3987e37

Please sign in to comment.