Make WordPress Core


Ignore:
Timestamp:
01/24/2014 07:05:15 PM (10 years ago)
Author:
azaozz
Message:

Remove all "valign" attributes from tables in wp-admin, props MikeHansenMe, Marventus. Fixes #22712.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-reading.php

    r26697 r27029  
    100100?>
    101101<table class="form-table">
    102 <tr valign="top">
     102<tr>
    103103<th scope="row"><?php _e( 'Front page displays' ); ?></th>
    104104<td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend>
     
    123123</tr>
    124124<?php endif; ?>
    125 <tr valign="top">
     125<tr>
    126126<th scope="row"><label for="posts_per_page"><?php _e( 'Blog pages show at most' ); ?></label></th>
    127127<td>
     
    129129</td>
    130130</tr>
    131 <tr valign="top">
     131<tr>
    132132<th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th>
    133133<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>
    134134</tr>
    135 <tr valign="top">
     135<tr>
    136136<th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>
    137137<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each article in a feed, show' ); ?> </span></legend>
     
    141141</tr>
    142142
    143 <tr valign="top" class="option-site-visibility">
     143<tr class="option-site-visibility">
    144144<th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </th>
    145145<td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
Note: See TracChangeset for help on using the changeset viewer.