Skip to content

Commit

Permalink
Merge branch 'issue-11' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz Josef Kaiser committed Aug 23, 2015
2 parents 220c6ae + 9c1af19 commit 363376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/AvatarReplacementService.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function setup( $html = '', $user_id = -1, Array $args = [ ] )
$args['size_name_2x'] = 'medium';

// Use this filter to customize the passed arguments
$args = apply_filters( 'wcm.avatar.size', $args );
$args = apply_filters( 'wcm.avatar.args', $args );

$img = wp_get_attachment_image(
$att_id,
Expand Down

0 comments on commit 363376d

Please sign in to comment.