Make WordPress Core


Ignore:
Timestamp:
02/14/2008 12:39:38 AM (17 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-general.php

    r6475 r6833  
    22require_once('./admin.php');
    33
    4 $title = __('General Options');
     4$title = __('General Settings');
    55$parent_file = 'options-general.php';
    66
     
    99
    1010<div class="wrap">
    11 <h2><?php _e('General Options') ?></h2>
     11<h2><?php _e('General 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<table class="niceblue">
    1616<tr valign="top">
     
    7676<tr>
    7777<th scope="row">&nbsp;</th>
    78 <td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Update options" to update sample output.') ?> </td>
     78<td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') ?> </td>
    7979</tr>
    8080<tr>
     
    9191</table>
    9292
    93 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
     93<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
    9494<input type="hidden" name="action" value="update" />
    9595<input type="hidden" name="page_options" value="<?php if ( ! defined( 'WP_SITEURL' ) ) echo 'siteurl,'; if ( ! defined( 'WP_HOME' ) ) echo 'home,'; ?>blogname,blogdescription,admin_email,users_can_register,gmt_offset,date_format,time_format,start_of_week,comment_registration,default_role" />
Note: See TracChangeset for help on using the changeset viewer.