Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Add argument to function.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah committed Jun 30, 2014
1 parent 49e2879 commit ac3c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-portfolio.php
Expand Up @@ -10,7 +10,7 @@

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="project-details">
<figure class="project-image" <?php eighties_backstretch_data(); ?>>
<figure class="project-image" <?php eighties_backstretch_data( get_the_ID() ); ?>>
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_post_thumbnail( 'portfolio-featured' ); ?></a>
</figure>
<div class="project-summary">
Expand Down

0 comments on commit ac3c89b

Please sign in to comment.