Skip to content

Commit 23571f8

Browse files
committed
Update settings
1 parent 6b53f19 commit 23571f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

inc/settings/class-settings-misc.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ public function get_settings() {
3939
'id' => 'ang_misc',
4040
),
4141
array(
42-
'title' => __( 'Show Global Kit Data at Inline Widgets', 'ang' ),
43-
'desc' => __( 'Check this box to also show global kit data at inline widgets.', 'ang' ),
42+
'title' => __( 'Show Global Kit Data', 'ang' ),
43+
'desc' => sprintf(
44+
"%s <a href='https://analogwp.com/docs/global-kit-data/'>%s</a>",
45+
__( 'Global Colors and Fonts that belong to the Global Style Kit will still be available when working with other Style Kits.', 'ang' ),
46+
__( 'More Info', 'ang' )
47+
),
4448
'id' => 'also_inline_global_kit',
4549
'default' => false,
4650
'type' => 'checkbox',

0 commit comments

Comments
 (0)