Changeset 27029
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r26518 r27029 175 175 <?php } ?> 176 176 <tr> 177 <th scope="row" valign="top"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>177 <th scope="row"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th> 178 178 <td><?php echo $comment->comment_content; ?></td> 179 179 </tr> -
trunk/src/wp-admin/custom-background.php
r26878 r27029 192 192 <table class="form-table"> 193 193 <tbody> 194 <tr valign="top">194 <tr> 195 195 <th scope="row"><?php _e( 'Preview' ); ?></th> 196 196 <td> … … 222 222 223 223 <?php if ( get_background_image() ) : ?> 224 <tr valign="top">224 <tr> 225 225 <th scope="row"><?php _e('Remove Image'); ?></th> 226 226 <td> … … 236 236 <?php $default_image = get_theme_support( 'custom-background', 'default-image' ); ?> 237 237 <?php if ( $default_image && get_background_image() != $default_image ) : ?> 238 <tr valign="top">238 <tr> 239 239 <th scope="row"><?php _e('Restore Original Image'); ?></th> 240 240 <td> … … 248 248 <?php endif; ?> 249 249 250 <tr valign="top">250 <tr> 251 251 <th scope="row"><?php _e('Select Image'); ?></th> 252 252 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post" action=""> … … 275 275 <tbody> 276 276 <?php if ( get_background_image() ) : ?> 277 <tr valign="top">277 <tr> 278 278 <th scope="row"><?php _e( 'Position' ); ?></th> 279 279 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Position' ); ?></span></legend> … … 293 293 </tr> 294 294 295 <tr valign="top">295 <tr> 296 296 <th scope="row"><?php _e( 'Repeat' ); ?></th> 297 297 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Repeat' ); ?></span></legend> … … 303 303 </tr> 304 304 305 <tr valign="top">305 <tr> 306 306 <th scope="row"><?php _ex( 'Attachment', 'Background Attachment' ); ?></th> 307 307 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Attachment' ); ?></span></legend> … … 317 317 </tr> 318 318 <?php endif; // get_background_image() ?> 319 <tr valign="top">319 <tr> 320 320 <th scope="row"><?php _e( 'Background Color' ); ?></th> 321 321 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Color' ); ?></span></legend> -
trunk/src/wp-admin/custom-header.php
r26878 r27029 465 465 466 466 <?php if ( get_custom_header() || display_header_text() ) : ?> 467 <tr valign="top">467 <tr> 468 468 <th scope="row"><?php _e( 'Preview' ); ?></th> 469 469 <td> … … 495 495 496 496 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?> 497 <tr valign="top">497 <tr> 498 498 <th scope="row"><?php _e( 'Select Image' ); ?></th> 499 499 <td> … … 549 549 <tbody> 550 550 <?php if ( get_uploaded_header_images() ) : ?> 551 <tr valign="top">551 <tr> 552 552 <th scope="row"><?php _e( 'Uploaded Images' ); ?></th> 553 553 <td> … … 560 560 <?php endif; 561 561 if ( ! empty( $this->default_headers ) ) : ?> 562 <tr valign="top">562 <tr> 563 563 <th scope="row"><?php _e( 'Default Images' ); ?></th> 564 564 <td> … … 575 575 <?php endif; 576 576 if ( get_header_image() ) : ?> 577 <tr valign="top">577 <tr> 578 578 <th scope="row"><?php _e( 'Remove Image' ); ?></th> 579 579 <td> … … 586 586 $default_image = get_theme_support( 'custom-header', 'default-image' ); 587 587 if ( $default_image && get_header_image() != $default_image ) : ?> 588 <tr valign="top">588 <tr> 589 589 <th scope="row"><?php _e( 'Reset Image' ); ?></th> 590 590 <td> … … 603 603 <table class="form-table"> 604 604 <tbody> 605 <tr valign="top">605 <tr> 606 606 <th scope="row"><?php _e( 'Header Text' ); ?></th> 607 607 <td> … … 612 612 </tr> 613 613 614 <tr valign="top"class="displaying-header-text">614 <tr class="displaying-header-text"> 615 615 <th scope="row"><?php _e( 'Text Color' ); ?></th> 616 616 <td> -
trunk/src/wp-admin/edit-form-comment.php
r26518 r27029 29 29 <table class="form-table editcomment"> 30 30 <tbody> 31 <tr valign="top">31 <tr> 32 32 <td class="first"><?php _e( 'Name:' ); ?></td> 33 33 <td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td> 34 34 </tr> 35 <tr valign="top">35 <tr> 36 36 <td class="first"> 37 37 <?php … … 44 44 <td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td> 45 45 </tr> 46 <tr valign="top">46 <tr> 47 47 <td class="first"> 48 48 <?php -
trunk/src/wp-admin/edit-tag-form.php
r26895 r27029 82 82 <table class="form-table"> 83 83 <tr class="form-field form-required"> 84 <th scope="row" valign="top"><label for="name"><?php _ex('Name', 'Taxonomy Name'); ?></label></th>84 <th scope="row"><label for="name"><?php _ex('Name', 'Taxonomy Name'); ?></label></th> 85 85 <td><input name="name" id="name" type="text" value="<?php if ( isset( $tag->name ) ) echo esc_attr($tag->name); ?>" size="40" aria-required="true" /> 86 86 <p class="description"><?php _e('The name is how it appears on your site.'); ?></p></td> … … 88 88 <?php if ( !global_terms_enabled() ) { ?> 89 89 <tr class="form-field"> 90 <th scope="row" valign="top"><label for="slug"><?php _ex('Slug', 'Taxonomy Slug'); ?></label></th>90 <th scope="row"><label for="slug"><?php _ex('Slug', 'Taxonomy Slug'); ?></label></th> 91 91 <?php 92 92 /** … … 104 104 <?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?> 105 105 <tr class="form-field"> 106 <th scope="row" valign="top"><label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label></th>106 <th scope="row"><label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label></th> 107 107 <td> 108 108 <?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'))); ?> … … 114 114 <?php endif; // is_taxonomy_hierarchical() ?> 115 115 <tr class="form-field"> 116 <th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th>116 <th scope="row"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th> 117 117 <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea><br /> 118 118 <span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td> -
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r26340 r27029 115 115 $edit_link = get_edit_bookmark_link( $link ); 116 116 ?> 117 <tr id="link-<?php echo $link->link_id; ?>" valign="middle"<?php echo $style; ?>>117 <tr id="link-<?php echo $link->link_id; ?>" <?php echo $style; ?>> 118 118 <?php 119 119 -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r26916 r27029 210 210 $att_title = _draft_or_post_title(); 211 211 ?> 212 <tr id='post-<?php echo $post->ID; ?>' class='<?php echo trim( $alt . ' author-' . $post_owner . ' status-' . $post->post_status ); ?>' valign="top">212 <tr id='post-<?php echo $post->ID; ?>' class='<?php echo trim( $alt . ' author-' . $post_owner . ' status-' . $post->post_status ); ?>'> 213 213 <?php 214 214 -
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r26341 r27029 234 234 235 235 case 'id':?> 236 <th valign="top"scope="row">236 <th scope="row"> 237 237 <?php echo $blog['blog_id'] ?> 238 238 </th> … … 307 307 308 308 case 'lastupdated': 309 echo "<td valign='top'class='$column_name column-$column_name'$style>";309 echo "<td class='$column_name column-$column_name'$style>"; 310 310 if ( 'list' == $mode ) 311 311 $date = 'Y/m/d'; … … 317 317 break; 318 318 case 'registered': 319 echo "<td valign='top'class='$column_name column-$column_name'$style>";319 echo "<td class='$column_name column-$column_name'$style>"; 320 320 if ( $blog['registered'] == '0000-00-00 00:00:00' ) 321 321 echo '—'; … … 327 327 break; 328 328 case 'users': 329 echo "<td valign='top'class='$column_name column-$column_name'$style>";329 echo "<td class='$column_name column-$column_name'$style>"; 330 330 $blogusers = get_users( array( 'blog_id' => $blog['blog_id'], 'number' => 6) ); 331 331 if ( is_array( $blogusers ) ) { … … 351 351 case 'plugins': ?> 352 352 <?php if ( has_filter( 'wpmublogsaction' ) ) { 353 echo "<td valign='top'class='$column_name column-$column_name'$style>";353 echo "<td class='$column_name column-$column_name'$style>"; 354 354 /** 355 355 * Fires inside the auxiliary 'Actions' column of the Sites list table. -
trunk/src/wp-admin/includes/file.php
r26868 r27029 1053 1053 ?></p> 1054 1054 <table class="form-table"> 1055 <tr valign="top">1055 <tr> 1056 1056 <th scope="row"><label for="hostname"><?php _e('Hostname') ?></label></th> 1057 1057 <td><input name="hostname" type="text" id="hostname" value="<?php echo esc_attr($hostname); if ( !empty($port) ) echo ":$port"; ?>"<?php disabled( defined('FTP_HOST') ); ?> size="40" /></td> 1058 1058 </tr> 1059 1059 1060 <tr valign="top">1060 <tr> 1061 1061 <th scope="row"><label for="username"><?php echo $label_user; ?></label></th> 1062 1062 <td><input name="username" type="text" id="username" value="<?php echo esc_attr($username) ?>"<?php disabled( defined('FTP_USER') ); ?> size="40" /></td> 1063 1063 </tr> 1064 1064 1065 <tr valign="top">1065 <tr> 1066 1066 <th scope="row"><label for="password"><?php echo $label_pass; ?></label></th> 1067 1067 <td><div><input name="password" type="password" id="password" value="<?php if ( defined('FTP_PASS') ) echo '*****'; ?>"<?php disabled( defined('FTP_PASS') ); ?> size="40" /></div> … … 1070 1070 1071 1071 <?php if ( isset($types['ssh']) ) : ?> 1072 <tr id="ssh_keys" valign="top"style="<?php if ( 'ssh' != $connection_type ) echo 'display:none' ?>">1072 <tr id="ssh_keys" style="<?php if ( 'ssh' != $connection_type ) echo 'display:none' ?>"> 1073 1073 <th scope="row"><?php _e('Authentication Keys') ?> 1074 1074 <div class="key-labels textright"> … … 1081 1081 <?php endif; ?> 1082 1082 1083 <tr valign="top">1083 <tr> 1084 1084 <th scope="row"><?php _e('Connection Type') ?></th> 1085 1085 <td> -
trunk/src/wp-admin/includes/media.php
r26908 r27029 1378 1378 <table class='slidetoggle describe $class'> 1379 1379 <thead class='media-item-info' id='media-head-$post->ID'> 1380 <tr valign='top'>1380 <tr> 1381 1381 <td class='A1B1' id='thumbnail-head-$post->ID'> 1382 1382 <p><a href='$attachment_url' target='_blank'><img class='thumbnail' src='$thumb_url' alt='' /></a></p> … … 1463 1463 $class .= $field['required'] ? ' form-required' : ''; 1464 1464 1465 $item .= "\t\t<tr class='$class'>\n\t\t\t<th valign='top'scope='row' class='label'><label for='$name'><span class='alignleft'>{$field['label']}</span>$required<br class='clear' /></label></th>\n\t\t\t<td class='field'>";1465 $item .= "\t\t<tr class='$class'>\n\t\t\t<th scope='row' class='label'><label for='$name'><span class='alignleft'>{$field['label']}</span>$required<br class='clear' /></label></th>\n\t\t\t<td class='field'>"; 1466 1466 if ( !empty( $field[ $field['input'] ] ) ) 1467 1467 $item .= $field[ $field['input'] ]; … … 1610 1610 1611 1611 $item .= "\t\t<tr class='$class'>"; 1612 $item .= "\t\t\t<th valign='top'scope='row' class='label'><label for='$id_attr'><span class='alignleft'>{$field['label']}</span>$required<br class='clear' /></label>";1612 $item .= "\t\t\t<th scope='row' class='label'><label for='$id_attr'><span class='alignleft'>{$field['label']}</span>$required<br class='clear' /></label>"; 1613 1613 $item .= "</th>\n\t\t\t<td class='field'>"; 1614 1614 … … 2430 2430 $caption = ' 2431 2431 <tr class="image-only"> 2432 <th valign="top"scope="row" class="label">2432 <th scope="row" class="label"> 2433 2433 <label for="caption"><span class="alignleft">' . __('Image Caption') . '</span></label> 2434 2434 </th> … … 2455 2455 <table class="describe ' . $table_class . '"><tbody> 2456 2456 <tr> 2457 <th valign="top"scope="row" class="label" style="width:130px;">2457 <th scope="row" class="label" style="width:130px;"> 2458 2458 <label for="src"><span class="alignleft">' . __('URL') . '</span></label> 2459 2459 <span class="alignright"><abbr id="status_img" title="required" class="required">*</abbr></span> … … 2463 2463 2464 2464 <tr> 2465 <th valign="top"scope="row" class="label">2465 <th scope="row" class="label"> 2466 2466 <label for="title"><span class="alignleft">' . __('Title') . '</span></label> 2467 2467 <span class="alignright"><abbr title="required" class="required">*</abbr></span> … … 2473 2473 2474 2474 <tr class="image-only"> 2475 <th valign="top"scope="row" class="label">2475 <th scope="row" class="label"> 2476 2476 <label for="alt"><span class="alignleft">' . __('Alternative Text') . '</span></label> 2477 2477 </th> … … 2481 2481 ' . $caption . ' 2482 2482 <tr class="align image-only"> 2483 <th valign="top"scope="row" class="label"><p><label for="align">' . __('Alignment') . '</label></p></th>2483 <th scope="row" class="label"><p><label for="align">' . __('Alignment') . '</label></p></th> 2484 2484 <td class="field"> 2485 2485 <input name="align" id="align-none" value="none" onclick="addExtImage.align=\'align\'+this.value" type="radio"' . ($default_align == 'none' ? ' checked="checked"' : '').' /> … … 2495 2495 2496 2496 <tr class="image-only"> 2497 <th valign="top"scope="row" class="label">2497 <th scope="row" class="label"> 2498 2498 <label for="url"><span class="alignleft">' . __('Link Image To:') . '</span></label> 2499 2499 </th> -
trunk/src/wp-admin/includes/ms.php
r26503 r27029 537 537 538 538 foreach ( $blogs as $blog ) { 539 $output .= "<tr>"; 540 $output .= "<td valign='top'>"; 541 $output .= "{$blog->blogname}"; 542 $output .= "</td>"; 543 $output .= "<td valign='top'>"; 544 $output .= "<a href='" . esc_url( get_admin_url( $blog->userblog_id ) ) . "'>" . __( 'Visit Dashboard' ) . "</a> | <a href='" . esc_url( get_home_url( $blog->userblog_id ) ). "'>" . __( 'View Site' ) . "</a>" ; 545 $output .= "</td>"; 546 $output .= "</tr>"; 547 } 539 $output .= '<tr>'; 540 $output .= "<td>{$blog->blogname}</td>"; 541 $output .= '<td><a href="' . esc_url( get_admin_url( $blog->userblog_id ) ) . '">' . __( 'Visit Dashboard' ) . '</a> | ' . 542 '<a href="' . esc_url( get_home_url( $blog->userblog_id ) ). '">' . __( 'View Site' ) . '</a></td>'; 543 $output .= '</tr>'; 544 } 545 548 546 $output .= '</table>'; 549 547 -
trunk/src/wp-admin/includes/template.php
r26868 r27029 1168 1168 1169 1169 foreach ( (array) $wp_settings_fields[$page][$section] as $field ) { 1170 echo '<tr valign="top">';1170 echo '<tr>'; 1171 1171 if ( !empty($field['args']['label_for']) ) 1172 1172 echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>'; -
trunk/src/wp-admin/my-sites.php
r26518 r27029 92 92 $settings_html = apply_filters( 'myblogs_options', '', 'global' ); 93 93 if ( $settings_html != '' ) { 94 echo '<tr><td valign="top"><h3>' . __( 'Global Settings' ) . '</h3></td><td>';94 echo '<tr><td><h3>' . __( 'Global Settings' ) . '</h3></td><td>'; 95 95 echo $settings_html; 96 96 echo '</td></tr>'; … … 117 117 foreach ( $row as $user_blog ) { 118 118 $s = $i == 3 ? '' : 'border-right: 1px solid #ccc;'; 119 echo "<td valign='top'style='$s'>";119 echo "<td style='$s'>"; 120 120 echo "<h3>{$user_blog->blogname}</h3>"; 121 121 /** -
trunk/src/wp-admin/network/settings.php
r26641 r27029 90 90 <h3><?php _e( 'Operational Settings' ); ?></h3> 91 91 <table class="form-table"> 92 <tr valign="top">92 <tr> 93 93 <th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th> 94 94 <td> … … 97 97 </tr> 98 98 99 <tr valign="top">99 <tr> 100 100 <th scope="row"><label for="admin_email"><?php _e( 'Network Admin Email' ) ?></label></th> 101 101 <td> … … 109 109 <h3><?php _e( 'Registration Settings' ); ?></h3> 110 110 <table class="form-table"> 111 <tr valign="top">111 <tr> 112 112 <th scope="row"><?php _e( 'Allow new registrations' ) ?></th> 113 113 <?php … … 129 129 </tr> 130 130 131 <tr valign="top">131 <tr> 132 132 <th scope="row"><?php _e( 'Registration notification' ) ?></th> 133 133 <?php … … 140 140 </tr> 141 141 142 <tr valign="top"id="addnewusers">142 <tr id="addnewusers"> 143 143 <th scope="row"><?php _e( 'Add New Users' ) ?></th> 144 144 <td> … … 147 147 </tr> 148 148 149 <tr valign="top">149 <tr> 150 150 <th scope="row"><label for="illegal_names"><?php _e( 'Banned Names' ) ?></label></th> 151 151 <td> … … 157 157 </tr> 158 158 159 <tr valign="top">159 <tr> 160 160 <th scope="row"><label for="limited_email_domains"><?php _e( 'Limited Email Registrations' ) ?></label></th> 161 161 <td> … … 170 170 </tr> 171 171 172 <tr valign="top">172 <tr> 173 173 <th scope="row"><label for="banned_email_domains"><?php _e('Banned Email Domains') ?></label></th> 174 174 <td> … … 185 185 <table class="form-table"> 186 186 187 <tr valign="top">187 <tr> 188 188 <th scope="row"><label for="welcome_email"><?php _e( 'Welcome Email' ) ?></label></th> 189 189 <td> … … 195 195 </td> 196 196 </tr> 197 <tr valign="top">197 <tr> 198 198 <th scope="row"><label for="welcome_user_email"><?php _e( 'Welcome User Email' ) ?></label></th> 199 199 <td> … … 205 205 </td> 206 206 </tr> 207 <tr valign="top">207 <tr> 208 208 <th scope="row"><label for="first_post"><?php _e( 'First Post' ) ?></label></th> 209 209 <td> … … 215 215 </td> 216 216 </tr> 217 <tr valign="top">217 <tr> 218 218 <th scope="row"><label for="first_page"><?php _e( 'First Page' ) ?></label></th> 219 219 <td> … … 225 225 </td> 226 226 </tr> 227 <tr valign="top">227 <tr> 228 228 <th scope="row"><label for="first_comment"><?php _e( 'First Comment' ) ?></label></th> 229 229 <td> … … 235 235 </td> 236 236 </tr> 237 <tr valign="top">237 <tr> 238 238 <th scope="row"><label for="first_comment_author"><?php _e( 'First Comment Author' ) ?></label></th> 239 239 <td> … … 244 244 </td> 245 245 </tr> 246 <tr valign="top">246 <tr> 247 247 <th scope="row"><label for="first_comment_url"><?php _e( 'First Comment URL' ) ?></label></th> 248 248 <td> … … 256 256 <h3><?php _e( 'Upload Settings' ); ?></h3> 257 257 <table class="form-table"> 258 <tr valign="top">258 <tr> 259 259 <th scope="row"><?php _e( 'Site upload space' ) ?></th> 260 260 <td> … … 263 263 </tr> 264 264 265 <tr valign="top">265 <tr> 266 266 <th scope="row"><label for="upload_filetypes"><?php _e( 'Upload file types' ) ?></label></th> 267 267 <td><input name="upload_filetypes" type="text" id="upload_filetypes" class="large-text" value="<?php echo esc_attr( get_site_option('upload_filetypes', 'jpg jpeg png gif') ) ?>" size="45" /></td> 268 268 </tr> 269 269 270 <tr valign="top">270 <tr> 271 271 <th scope="row"><label for="fileupload_maxk"><?php _e( 'Max upload file size' ) ?></label></th> 272 272 <td><?php printf( _x( '%s KB', 'File size in kilobytes' ), '<input name="fileupload_maxk" type="number" min="0" style="width: 100px" id="fileupload_maxk" value="' . esc_attr( get_site_option( 'fileupload_maxk', 300 ) ) . '" />' ); ?></td> … … 281 281 <h3><?php _e( 'Language Settings' ); ?></h3> 282 282 <table class="form-table"> 283 <tr valign="top">283 <tr> 284 284 <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th> 285 285 <td> … … 296 296 <h3><?php _e( 'Menu Settings' ); ?></h3> 297 297 <table id="menu" class="form-table"> 298 <tr valign="top">298 <tr> 299 299 <th scope="row"><?php _e( 'Enable administration menus' ); ?></th> 300 300 <td> -
trunk/src/wp-admin/options-discussion.php
r26724 r27029 38 38 39 39 <table class="form-table"> 40 <tr valign="top">40 <tr> 41 41 <th scope="row"><?php _e('Default article settings'); ?></th> 42 42 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings'); ?></span></legend> … … 56 56 </fieldset></td> 57 57 </tr> 58 <tr valign="top">58 <tr> 59 59 <th scope="row"><?php _e('Other comment settings'); ?></th> 60 60 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Other comment settings'); ?></span></legend> … … 124 124 </fieldset></td> 125 125 </tr> 126 <tr valign="top">126 <tr> 127 127 <th scope="row"><?php _e('E-mail me whenever'); ?></th> 128 128 <td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever'); ?></span></legend> … … 136 136 </fieldset></td> 137 137 </tr> 138 <tr valign="top">138 <tr> 139 139 <th scope="row"><?php _e('Before a comment appears'); ?></th> 140 140 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend> … … 146 146 </fieldset></td> 147 147 </tr> 148 <tr valign="top">148 <tr> 149 149 <th scope="row"><?php _e('Comment Moderation'); ?></th> 150 150 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation'); ?></span></legend> … … 157 157 </fieldset></td> 158 158 </tr> 159 <tr valign="top">159 <tr> 160 160 <th scope="row"><?php _e('Comment Blacklist'); ?></th> 161 161 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend> … … 176 176 177 177 <table class="form-table"> 178 <tr valign="top">178 <tr> 179 179 <th scope="row"><?php _e('Avatar Display'); ?></th> 180 180 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Avatar Display'); ?></span></legend> … … 185 185 </fieldset></td> 186 186 </tr> 187 <tr valign="top">187 <tr> 188 188 <th scope="row"><?php _e('Maximum Rating'); ?></th> 189 189 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Maximum Rating'); ?></span></legend> … … 208 208 </fieldset></td> 209 209 </tr> 210 <tr valign="top">210 <tr> 211 211 <th scope="row"><?php _e('Default Avatar'); ?></th> 212 212 <td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e('Default Avatar'); ?></span></legend> -
trunk/src/wp-admin/options-general.php
r26571 r27029 91 91 92 92 <table class="form-table"> 93 <tr valign="top">93 <tr> 94 94 <th scope="row"><label for="blogname"><?php _e('Site Title') ?></label></th> 95 95 <td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" class="regular-text" /></td> 96 96 </tr> 97 <tr valign="top">97 <tr> 98 98 <th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th> 99 99 <td><input name="blogdescription" type="text" id="blogdescription" value="<?php form_option('blogdescription'); ?>" class="regular-text" /> … … 101 101 </tr> 102 102 <?php if ( !is_multisite() ) { ?> 103 <tr valign="top">103 <tr> 104 104 <th scope="row"><label for="siteurl"><?php _e('WordPress Address (URL)') ?></label></th> 105 105 <td><input name="siteurl" type="text" id="siteurl" value="<?php form_option('siteurl'); ?>"<?php disabled( defined( 'WP_SITEURL' ) ); ?> class="regular-text code<?php if ( defined( 'WP_SITEURL' ) ) echo ' disabled' ?>" /></td> 106 106 </tr> 107 <tr valign="top">107 <tr> 108 108 <th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th> 109 109 <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' ?>" /> 110 110 <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> 111 111 </tr> 112 <tr valign="top">112 <tr> 113 113 <th scope="row"><label for="admin_email"><?php _e('E-mail Address') ?> </label></th> 114 114 <td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text ltr" /> 115 115 <p class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></p></td> 116 116 </tr> 117 <tr valign="top">117 <tr> 118 118 <th scope="row"><?php _e('Membership') ?></th> 119 119 <td> <fieldset><legend class="screen-reader-text"><span><?php _e('Membership') ?></span></legend><label for="users_can_register"> … … 122 122 </fieldset></td> 123 123 </tr> 124 <tr valign="top">124 <tr> 125 125 <th scope="row"><label for="default_role"><?php _e('New User Default Role') ?></label></th> 126 126 <td> … … 129 129 </tr> 130 130 <?php } else { ?> 131 <tr valign="top">131 <tr> 132 132 <th scope="row"><label for="new_admin_email"><?php _e('E-mail Address') ?> </label></th> 133 133 <td><input name="new_admin_email" type="text" id="new_admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text ltr" /> … … 307 307 if ( is_multisite() && !empty( $languages ) ): 308 308 ?> 309 <tr valign="top">309 <tr> 310 310 <th width="33%" scope="row"><?php _e('Site Language') ?></th> 311 311 <td> -
trunk/src/wp-admin/options-media.php
r26518 r27029 50 50 51 51 <table class="form-table"> 52 <tr valign="top">52 <tr> 53 53 <th scope="row"><?php _e('Thumbnail size') ?></th> 54 54 <td> … … 62 62 </tr> 63 63 64 <tr valign="top">64 <tr> 65 65 <th scope="row"><?php _e('Medium size') ?></th> 66 66 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Medium size'); ?></span></legend> … … 72 72 </tr> 73 73 74 <tr valign="top">74 <tr> 75 75 <th scope="row"><?php _e('Large size') ?></th> 76 76 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Large size'); ?></span></legend> … … 99 99 if ( get_option('upload_url_path') || ( get_option('upload_path') != 'wp-content/uploads' && get_option('upload_path') ) ) : 100 100 ?> 101 <tr valign="top">101 <tr> 102 102 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 103 103 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" /> … … 106 106 </tr> 107 107 108 <tr valign="top">108 <tr> 109 109 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 110 110 <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" /> -
trunk/src/wp-admin/options-reading.php
r26697 r27029 100 100 ?> 101 101 <table class="form-table"> 102 <tr valign="top">102 <tr> 103 103 <th scope="row"><?php _e( 'Front page displays' ); ?></th> 104 104 <td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend> … … 123 123 </tr> 124 124 <?php endif; ?> 125 <tr valign="top">125 <tr> 126 126 <th scope="row"><label for="posts_per_page"><?php _e( 'Blog pages show at most' ); ?></label></th> 127 127 <td> … … 129 129 </td> 130 130 </tr> 131 <tr valign="top">131 <tr> 132 132 <th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th> 133 133 <td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'items' ); ?></td> 134 134 </tr> 135 <tr valign="top">135 <tr> 136 136 <th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th> 137 137 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each article in a feed, show' ); ?> </span></legend> … … 141 141 </tr> 142 142 143 <tr valign="top"class="option-site-visibility">143 <tr class="option-site-visibility"> 144 144 <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </th> 145 145 <td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend> -
trunk/src/wp-admin/options-writing.php
r26518 r27029 69 69 70 70 <table class="form-table"> 71 <tr valign="top">71 <tr> 72 72 <th scope="row"><?php _e('Formatting') ?></th> 73 73 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Formatting') ?></span></legend> … … 78 78 </fieldset></td> 79 79 </tr> 80 <tr valign="top">80 <tr> 81 81 <th scope="row"><label for="default_category"><?php _e('Default Post Category') ?></label></th> 82 82 <td> … … 90 90 unset( $post_formats['standard'] ); 91 91 ?> 92 <tr valign="top">92 <tr> 93 93 <th scope="row"><label for="default_post_format"><?php _e('Default Post Format') ?></label></th> 94 94 <td> … … 104 104 if ( get_option( 'link_manager_enabled' ) ) : 105 105 ?> 106 <tr valign="top">106 <tr> 107 107 <th scope="row"><label for="default_link_category"><?php _e('Default Link Category') ?></label></th> 108 108 <td> … … 138 138 139 139 <table class="form-table"> 140 <tr valign="top">140 <tr> 141 141 <th scope="row"><label for="mailserver_url"><?php _e('Mail Server') ?></label></th> 142 142 <td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" class="regular-text code" /> … … 145 145 </td> 146 146 </tr> 147 <tr valign="top">147 <tr> 148 148 <th scope="row"><label for="mailserver_login"><?php _e('Login Name') ?></label></th> 149 149 <td><input name="mailserver_login" type="text" id="mailserver_login" value="<?php form_option('mailserver_login'); ?>" class="regular-text ltr" /></td> 150 150 </tr> 151 <tr valign="top">151 <tr> 152 152 <th scope="row"><label for="mailserver_pass"><?php _e('Password') ?></label></th> 153 153 <td> … … 155 155 </td> 156 156 </tr> 157 <tr valign="top">157 <tr> 158 158 <th scope="row"><label for="default_email_category"><?php _e('Default Mail Category') ?></label></th> 159 159 <td>
Note: See TracChangeset
for help on using the changeset viewer.