From 9cc3cb2ba01de4450c2f9c5736217ca14a42603e Mon Sep 17 00:00:00 2001 From: WPSmart Themes Date: Thu, 26 Mar 2020 16:15:13 +0530 Subject: [PATCH] There have Issue With Line 61 Kirki pull pages as Dropdown list example code have a small issue and fixed it --- docs/docs/advanced/kirki-helper-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/advanced/kirki-helper-class.md b/docs/docs/advanced/kirki-helper-class.md index 607ba893d..053c2134c 100644 --- a/docs/docs/advanced/kirki-helper-class.md +++ b/docs/docs/advanced/kirki-helper-class.md @@ -58,7 +58,7 @@ Kirki::add_field( 'my_config', array( array( 'posts_per_page' => 10, 'post_type' => 'page' - ) , + ) ), ) ); ```