Remove extra paren. http://mosquito.wordpress.org/view.php?id=853
git-svn-id: https://develop.svn.wordpress.org/trunk@2273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fa6727b6b6
commit
e4840e63d3
@ -90,7 +90,7 @@ if ($action == 'retrospam') {
|
|||||||
</p>
|
</p>
|
||||||
<p><label for="open_proxy_check">
|
<p><label for="open_proxy_check">
|
||||||
<input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> />
|
<input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> />
|
||||||
<?php _e('Blacklist comments from open and insecure proxies.)') ?></label></p>
|
<?php _e('Blacklist comments from open and insecure proxies.') ?></label></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="submit" name="Submit" value="<?php _e('Update Options') ?>" />
|
<input type="submit" name="Submit" value="<?php _e('Update Options') ?>" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user