Skip to content
Snippets Groups Projects
Commit 035e03e3 authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

added missing square brackets

parent b945de4a
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @var \WPDesk\Forms\Field $field
* @var string $name_prefix
* @var string $value
*/
?>
<?php wp_nonce_field( $field->get_meta_value( 'action' ), $name_prefix . $field->get_name() );
\wp_nonce_field($field->get_meta_value('action'), $name_prefix .'['. $field->get_name().']');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment