|
@@ -118,9 +118,9 @@ |
|
|
block discarded – undo |
|
118
|
118
|
// If we have a variable_callback defined then get the value of the option |
|
119
|
119
|
// and run it through the callback function. |
|
120
|
120
|
// If no callback is defined (false) then just get the value. |
|
121
|
|
- $variables[ $variable_name ] = Kirki::get_option( $field['settings'] ); |
|
|
121
|
+ $variables[$variable_name] = Kirki::get_option( $field['settings'] ); |
|
122
|
122
|
if ( $variable_callback ) { |
|
123
|
|
- $variables[ $variable_name ] = call_user_func( $field_variable['callback'], Kirki::get_option( $field['settings'] ) ); |
|
|
123
|
+ $variables[$variable_name] = call_user_func( $field_variable['callback'], Kirki::get_option( $field['settings'] ) ); |
|
124
|
124
|
} |
|
125
|
125
|
} |
|
126
|
126
|
} |
Please login to merge, or discard this patch.