소스 검색

Merge pull request #2889 from Automattic/fix/spearhead-trailing-comma

Spearhead: remove trailing comma not allowed in php5.6
Jeff Ong 4 년 전
부모
커밋
ab448ae5e4
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;
 						?>