Remove extra paren. http://mosquito.wordpress.org/view.php?id=853
git-svn-id: http://svn.automattic.com/wordpress/trunk@2273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb5d95dd95
commit
2a5cff4421
|
@ -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…
Reference in New Issue