Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when code field has no label option #1658

Closed
steve231293 opened this issue Nov 21, 2017 · 1 comment
Closed

Warning when code field has no label option #1658

steve231293 opened this issue Nov 21, 2017 · 1 comment
Milestone

Comments

@steve231293
Copy link

Issue description:

Please test code field type when it has no label option

Version used: 3.0.16

(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)

Using theme_mods or options?

Code to reproduce the issue (config + field(s))

Kirki::add_field( 'theme', array(
'type' => 'code',
'settings' => 'custom_css',
'section' => 'custom',
'priority' => 1,
'choices' => array(
'language' => 'css',
'theme' => 'monokai',
),
'transport' => 'postMessage',
) );

@aristath
Copy link
Contributor

Fixed, will be included in 3.0.17

@aristath aristath added this to the 3.0.17 milestone Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants