We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb0b0 commit 4bcc372Copy full SHA for 4bcc372
src/class.settings-api.php
@@ -127,7 +127,7 @@ function admin_init() {
127
$args = array(
128
'id' => $name,
129
'class' => isset( $option['class'] ) ? $option['class'] : $name,
130
- 'label_for' => $args['label_for'] = "{$section}[{$name}]",
+ 'label_for' => "{$section}[{$name}]",
131
'desc' => isset( $option['desc'] ) ? $option['desc'] : '',
132
'name' => $label,
133
'section' => $section,
0 commit comments