Skip to content
Snippets Groups Projects
Commit d5b6270d authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

fix: get_name

parent d8b8ebca
No related branches found
No related tags found
1 merge request!31Devel
Pipeline #150634 passed with stages
in 1 minute and 10 seconds
......@@ -8,7 +8,7 @@
wp_print_styles( 'media-views' );
$default_settings = [
'textarea_name' => esc_attr( $name_prefix ) . '[' . esc_attr( $this->get_name() ) . ']',
'textarea_name' => esc_attr( $name_prefix ) . '[' . esc_attr( $field->get_name() ) . ']',
'tinymce' => [
'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink,undo,redo',
'toolbar2' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment