Skip to content

Commit

Permalink
Merge pull request #1142 from INN/1141-actually-filter-largo_post_soc…
Browse files Browse the repository at this point in the history
…ial_links

Use the output of the largo_post_social_links filter
  • Loading branch information
aschweigert committed Feb 18, 2016
2 parents bf4e77f + 1543055 commit 4def6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/post-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function largo_post_social_links( $echo = true ) {
* @since 0.5.3
* @param string $output A div containing a number of spans containing social links and other utilities.
*/
apply_filters( 'largo_post_social_links', $output );
$output = apply_filters( 'largo_post_social_links', $output );

if ( $echo ) {
echo $output;
Expand Down

0 comments on commit 4def6f7

Please sign in to comment.