Changeset 9954 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 11/28/2008 09:57:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r9903 r9954 21 21 22 22 <form method="post" action="options.php"> 23 <input type='hidden' name='option_page' value='discussion' /> 24 <input type="hidden" name="action" value="update" /> 25 <?php wp_nonce_field('discussion-options') ?> 23 <?php settings_fields('discussion'); ?> 26 24 27 25 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.