浏览代码

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;
 						?>