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-discussion.php

    r6026 r6833  
    22require_once('admin.php');
    33
    4 $title = __('Discussion Options');
     4$title = __('Discussion Settings');
    55$parent_file = 'options-general.php';
    66
     
    99
    1010<div class="wrap">
    11 <h2><?php _e('Discussion Options') ?></h2>
     11<h2><?php _e('Discussion Settings') ?></h2>
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
     14<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1515<fieldset class="options">
    1616<legend><?php echo __('Usual settings for an article:').'<br /><small><em>('.__('These settings may be overridden for individual articles.').')</em></small>'; ?></legend>
     
    7979<input type="hidden" name="action" value="update" />
    8080<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" />
    81 <input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
     81<input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
    8282</p>
    8383</form>
Note: See TracChangeset for help on using the changeset viewer.