diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php new file mode 100644 index 0000000000..8069ea6e77 --- /dev/null +++ b/wp-admin/options-discussion.php @@ -0,0 +1,119 @@ + $v) { + if (is_array($v)) { + $array[$k] = add_magic_quotes($v); + } else { + $array[$k] = addslashes($v); + } + } + return $array; +} + +if (!get_magic_quotes_gpc()) { + $HTTP_GET_VARS = add_magic_quotes($HTTP_GET_VARS); + $HTTP_POST_VARS = add_magic_quotes($HTTP_POST_VARS); + $HTTP_COOKIE_VARS = add_magic_quotes($HTTP_COOKIE_VARS); +} + +$wpvarstoreset = array('action','standalone', 'option_group_id'); +for ($i=0; $iAsk for a promotion to your blog admin :)"); +} +?> + +
+
+

Discussion Options

+
+ + +

Usual settings for an article: (These settings may be overidden for individual articles.)

+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+

Email me whenever:

+
    +
  • + +
  • +
  • + +
  • +
+

Before a comment appears:

+
    +
  • + +
  • +
+

When a comment contains any of these words in its content, name, URI, or email, hold it in the moderation queue: (Seperate multiple words with new lines.)

+

+ +

+

+ +

+
+
+ diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index e05742af00..b3c1d20581 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -46,6 +46,7 @@ if ($user_level <= 3) {