Ticket #5851: 5851.noTopSave.diff
| File 5851.noTopSave.diff, 4.4 KB (added by , 19 years ago) |
|---|
-
wp-admin/options-general.php
11 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('Save Changes »') ?>" /></p>15 14 <table class="niceblue"> 16 15 <tr valign="top"> 17 16 <th scope="row"><?php _e('Blog title:') ?></th> -
wp-admin/options-misc.php
12 12 <h2><?php _e('Miscellaneous Settings') ?></h2> 13 13 <form method="post" action="options.php"> 14 14 <?php wp_nonce_field('update-options') ?> 15 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /></p>16 15 <fieldset class="options"> 17 16 <legend><?php _e('Uploading'); ?></legend> 18 17 <table class="niceblue"> -
wp-admin/options-discussion.php
11 11 <h2><?php _e('Discussion 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('Save Changes »') ?>" /></p>15 14 <fieldset class="options"> 16 15 <legend><?php echo __('Usual settings for an article:').'<br /><small><em>('.__('These settings may be overridden for individual articles.').')</em></small>'; ?></legend> 17 16 <ul> -
wp-admin/options.php
48 48 <form name="form" action="options.php" method="post" id="all-options"> 49 49 <?php wp_nonce_field('update-options') ?> 50 50 <input type="hidden" name="action" value="update" /> 51 <p class="submit"><input type="submit" name="Update" value="<?php _e('Save Changes »') ?>" /></p>52 51 <table width="98%"> 53 52 <?php 54 53 $options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); -
wp-admin/options-reading.php
11 11 <h2><?php _e('Reading Settings') ?></h2> 12 12 <form name="form1" 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('Save Changes »') ?>" /></p>15 14 <?php if ( get_pages() ): ?> 16 15 <fieldset class="options"> 17 16 <legend><?php _e('Front Page') ?></legend> -
wp-admin/options-permalink.php
112 112 <h2><?php _e('Customize Permalink Structure') ?></h2> 113 113 <form name="form" action="options-permalink.php" method="post"> 114 114 <?php wp_nonce_field('update-permalink') ?> 115 <p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure »') ?>" /></p>116 115 <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p> 117 116 118 117 <?php -
wp-admin/options-writing.php
11 11 <h2><?php _e('Writing 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 Settings »') ?>" /></p>15 16 14 <table class="niceblue"> 17 15 <tr valign="top"> 18 16 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)