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

added missing square brackets

parent b945de4a
Branches
Tags
No related merge requests found
<?php <?php
/** /**
* @var \WPDesk\Forms\Field $field * @var \WPDesk\Forms\Field $field
* @var string $name_prefix * @var string $name_prefix
* @var string $value * @var string $value
*/ */
?> \wp_nonce_field($field->get_meta_value('action'), $name_prefix .'['. $field->get_name().']');
<?php 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