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