Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Oct 12, 2017
1 parent 9a88132 commit aa5e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf7-robly.php
Expand Up @@ -271,7 +271,7 @@ function cf7_robly_wpcf7_metabox( $cf7 ) {
'docs_url' => 'http://code.andrewrminion.com/contact-form-7-to-robly/',
'field' => sprintf(
'<input id="ignore-form" name="cf7-robly[ignore-form]" value="1" %s type="checkbox" />
<p class="desc"><label for="ignore-form">%s</ignore></p>',
<p class="desc"><label for="ignore-form">%s</label></p>',
checked( $ignore_form, true, false ),
'Don&rsquo;t send anything from this form to Robly'
),
Expand Down

0 comments on commit aa5e436

Please sign in to comment.