소스 검색

Fix trailing comma.

Jeff Ong 4 년 전
부모
커밋
1de4583ca8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spearhead/header.php

+ 1 - 1
spearhead/header.php

@@ -63,7 +63,7 @@ $header_classes .= $has_primary_nav ? ' has-menu' : '';
 									'link_after'      => '</span>' . seedlet_get_icon_svg( 'link' ),
 									'container_class' => 'social-navigation',
 									'depth'           => 1,
-								),
+								)
 							);
 						endif;
 						?>