Skip to content

Commit 330552b

Browse files
committed
Fix phpcs warning
1 parent 0dfeb2e commit 330552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/template-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function botiga_page_options() {
367367
*/
368368
function botiga_get_social_network( $social ) {
369369

370-
$networks = array( 'facebook', 'twitter', 'x.com', 'threads','instagram', 'github', 'linkedin', 'youtube', 'xing', 'flickr', 'dribbble', 'vk', 'weibo', 'vimeo', 'mix', 'behance', 'spotify', 'soundcloud', 'twitch', 'bandcamp', 'etsy', 'pinterest', 'tiktok', 'discord', 'xiaohongshu' );
370+
$networks = array( 'facebook', 'twitter', 'x.com', 'threads', 'instagram', 'github', 'linkedin', 'youtube', 'xing', 'flickr', 'dribbble', 'vk', 'weibo', 'vimeo', 'mix', 'behance', 'spotify', 'soundcloud', 'twitch', 'bandcamp', 'etsy', 'pinterest', 'tiktok', 'discord', 'xiaohongshu' );
371371

372372
foreach ( $networks as $network ) {
373373
$found = strpos( $social, $network );

0 commit comments

Comments
 (0)