Make WordPress Core

Changeset 4337


Ignore:
Timestamp:
10/04/2006 01:03:13 PM (19 years ago)
Author:
markjaquith
Message:

remove page_options reference to defunct open_proxy_check option. Props Donncha. fixes #3204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r4303 r4337  
    7878<p class="submit">
    7979<input type="hidden" name="action" value="update" />
    80 <input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys,open_proxy_check" />
     80<input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys" />
    8181<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
    8282</p>
Note: See TracChangeset for help on using the changeset viewer.