Skip to content

Commit

Permalink
fixed - phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 5, 2024
1 parent 4bb1305 commit fbeae2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/shared-counts.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ function eqd_shared_counts_icon( $link ) {
if ( array_key_exists( $link['type'], $social_icons ) ) {
$link['icon'] = eqd_icon(
array(
'icon' => $social_icons[ $link['type'] ],
'size' => 20,
'force' => true, // Force rendering in the admin context for testing
'icon' => $social_icons[ $link['type'] ],
'size' => 20,
'force' => true, // Force rendering in the admin context for testing.
)
);
}
Expand Down

0 comments on commit fbeae2a

Please sign in to comment.