Changeset 6833 for trunk/wp-admin/options-general.php
- Timestamp:
- 02/14/2008 12:39:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r6475 r6833 2 2 require_once('./admin.php'); 3 3 4 $title = __('General Options');4 $title = __('General Settings'); 5 5 $parent_file = 'options-general.php'; 6 6 … … 9 9 10 10 <div class="wrap"> 11 <h2><?php _e('General Options') ?></h2>11 <h2><?php _e('General Settings') ?></h2> 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e(' Update Options »') ?>" /></p>14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /></p> 15 15 <table class="niceblue"> 16 16 <tr valign="top"> … … 76 76 <tr> 77 77 <th scope="row"> </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> 79 79 </tr> 80 80 <tr> … … 91 91 </table> 92 92 93 <p class="submit"><input type="submit" name="Submit" value="<?php _e(' Update Options »') ?>" />93 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /> 94 94 <input type="hidden" name="action" value="update" /> 95 95 <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.