Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Spacing again
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Dec 5, 2017
1 parent e66a108 commit 247073b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions class-instant-articles-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,12 +512,12 @@ public function get_cover_media() {
}

/**
* Filter the cover media.
*
* @since 0.1
* @param Image $cover_media The cover media object.
* @param int $post_id The current post ID.
*/
* Filter the cover media
*
* @since 0.1
* @param Image $cover_media The cover media object.
* @param int $post_id The current post ID.
*/
$cover_media = apply_filters( 'instant_articles_cover_media', $cover_media, $this->_post->ID );
return $cover_media;
}
Expand Down

0 comments on commit 247073b

Please sign in to comment.