Make WordPress Core


Ignore:
Timestamp:
02/14/2008 12:39:38 AM (18 years ago)
Author:
ryan
Message:

Options are called Settings now. Props hansengel. see #5850

File:
1 edited

Legend:

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

    r6475 r6833  
    22require_once('./admin.php');
    33
    4 $title = __('Privacy Options');
     4$title = __('Privacy Settings');
    55$parent_file = 'options-general.php';
    66
     
    99
    1010<div class="wrap">
    11 <h2><?php _e('Privacy Options') ?></h2>
     11<h2><?php _e('Privacy Settings') ?></h2>
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
     
    2525</table>
    2626
    27 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
     27<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
    2828<input type="hidden" name="action" value="update" />
    2929<input type="hidden" name="page_options" value="blog_public" />
Note: See TracChangeset for help on using the changeset viewer.