Changeset 6833 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 02/14/2008 12:39:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-privacy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r6475 r6833 2 2 require_once('./admin.php'); 3 3 4 $title = __('Privacy Options');4 $title = __('Privacy Settings'); 5 5 $parent_file = 'options-general.php'; 6 6 … … 9 9 10 10 <div class="wrap"> 11 <h2><?php _e('Privacy Options') ?></h2>11 <h2><?php _e('Privacy Settings') ?></h2> 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> … … 25 25 </table> 26 26 27 <p class="submit"><input type="submit" name="Submit" value="<?php _e(' Update Options »') ?>" />27 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /> 28 28 <input type="hidden" name="action" value="update" /> 29 29 <input type="hidden" name="page_options" value="blog_public" />
Note: See TracChangeset
for help on using the changeset viewer.