浏览代码

Merge pull request #2465 from audrasjb/fix/html5-widgets

Seedlet: Declare support for HTML5 navigation widgets
Kjell Reigstad 4 年之前
父节点
当前提交
d075ea493e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      seedlet/functions.php

+ 1 - 0
seedlet/functions.php

@@ -75,6 +75,7 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
 				'caption',
 				'caption',
 				'style',
 				'style',
 				'script',
 				'script',
+				'navigation-widgets',
 			)
 			)
 		);
 		);