Changeset 20605
- Timestamp:
- 04/26/2012 12:58:16 AM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 5 edited
-
edit-tag-form.php (modified) (2 diffs)
-
export.php (modified) (1 diff)
-
options-general.php (modified) (4 diffs)
-
options-media.php (modified) (3 diffs)
-
options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r19596 r20605 53 53 <th scope="row" valign="top"><label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label></th> 54 54 <td> 55 <?php wp_dropdown_categories(array('hide_empty' => 0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?> <br />55 <?php wp_dropdown_categories(array('hide_empty' => 0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?> 56 56 <?php if ( 'category' == $taxonomy ) : ?> 57 < span class="description"><?php _e('Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.'); ?></span>57 <p class="description"><?php _e('Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.'); ?></p> 58 58 <?php endif; ?> 59 59 </td> … … 62 62 <tr class="form-field"> 63 63 <th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th> 64 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $tag->description; // textarea_escaped ?></textarea><br />64 <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea><br /> 65 65 <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td> 66 66 </tr> -
trunk/wp-admin/export.php
r19626 r20605 131 131 <form action="" method="get" id="export-filters"> 132 132 <input type="hidden" name="download" value="true" /> 133 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label> 134 < span class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></span></p>133 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p> 134 <p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></p> 135 135 136 136 <p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p> -
trunk/wp-admin/options-general.php
r20196 r20605 100 100 <th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th> 101 101 <td><input name="blogdescription" type="text" id="blogdescription" value="<?php form_option('blogdescription'); ?>" class="regular-text" /> 102 < span class="description"><?php _e('In a few words, explain what this site is about.') ?></span></td>102 <p class="description"><?php _e('In a few words, explain what this site is about.') ?></p></td> 103 103 </tr> 104 104 <?php if ( !is_multisite() ) { ?> … … 110 110 <th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th> 111 111 <td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?>" /> 112 < span class="description"><?php _e('Enter the address here if you want your site homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></span></td>112 <p class="description"><?php _e('Enter the address here if you want your site homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></p></td> 113 113 </tr> 114 114 <tr valign="top"> 115 115 <th scope="row"><label for="admin_email"><?php _e('E-mail Address') ?> </label></th> 116 116 <td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text ltr" /> 117 < span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>117 <p class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></p></td> 118 118 </tr> 119 119 <tr valign="top"> … … 134 134 <th scope="row"><label for="new_admin_email"><?php _e('E-mail Address') ?> </label></th> 135 135 <td><input name="new_admin_email" type="text" id="new_admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text ltr" /> 136 < span class="description"><?php _e('This address is used for admin purposes. If you change this we will send you an e-mail at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>') ?></span>136 <p class="description"><?php _e('This address is used for admin purposes. If you change this we will send you an e-mail at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>') ?></p> 137 137 <?php 138 138 $new_admin_email = get_option( 'new_admin_email' ); … … 178 178 <span id="local-time"><?php printf(__('Local time is <code>%1$s</code>'), date_i18n($timezone_format)); ?></span> 179 179 <?php endif; ?> 180 <br /> 181 <span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span> 180 <p class="description"><?php _e('Choose a city in the same timezone as you.'); ?></p> 182 181 <?php if ($check_zone_info && $tzstring) : ?> 183 182 <br /> -
trunk/wp-admin/options-media.php
r20204 r20605 110 110 <label for="embed_size_h"><?php _e('Height'); ?></label> 111 111 <input name="embed_size_h" type="number" step="1" min="0" id="embed_size_h" value="<?php form_option('embed_size_h'); ?>" class="small-text" /> 112 <?php if ( !empty($content_width) ) echo '<br />' . __("If the width value is left blank, embeds will default to the max width of your theme."); ?> 112 <?php if ( ! empty( $content_width ) ) 113 echo '<p class="description">' . __( 'If the width value is left blank, embeds will default to the max width of your theme.' ) . '</p>'; 114 ?> 113 115 </td> 114 116 </tr> … … 123 125 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 124 126 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" /> 125 < span class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span>127 <p class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></p> 126 128 </td> 127 129 </tr> … … 130 132 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 131 133 <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo esc_attr( get_option('upload_url_path')); ?>" class="regular-text code" /> 132 < span class="description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span>134 <p class="description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></p> 133 135 </td> 134 136 </tr> -
trunk/wp-admin/options-reading.php
r20168 r20605 124 124 <th scope="row"><label for="blog_charset"><?php _e( 'Encoding for pages and feeds' ); ?></label></th> 125 125 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option( 'blog_charset' ); ?>" class="regular-text" /> 126 < span class="description"><?php _e( 'The <a href="http://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended, if you are adventurous there are some <a href="http://en.wikipedia.org/wiki/Character_set">other encodings</a>)' ); ?></span></td>126 <p class="description"><?php _e( 'The <a href="http://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended, if you are adventurous there are some <a href="http://en.wikipedia.org/wiki/Character_set">other encodings</a>)' ); ?></p></td> 127 127 </tr> 128 128 <?php do_settings_fields( 'reading', 'default' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.