Make a lil bit clearer - http://mosquito.wordpress.org/view.php?id=400
git-svn-id: http://svn.automattic.com/wordpress/trunk@2287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40fcfeb30f
commit
bf51ef9896
|
@ -282,16 +282,16 @@ switch ($action) {
|
|||
<th rowspan="2" valign="bottom"><?php _e('Name') ?></th>
|
||||
<th rowspan="2" valign="bottom"><?php _e('ID') ?></th>
|
||||
<th rowspan="2" valign="bottom"><?php _e('Toggle?') ?></th>
|
||||
<th colspan="4" valign="bottom"><?php _e('Show') ?></th>
|
||||
<th colspan="4" valign="bottom" class="alternate"><?php _e('Show') ?></th>
|
||||
<th rowspan="2" valign="bottom"><?php _e('Sort Order') ?></th>
|
||||
<th rowspan="2" valign="bottom"><?php _e('Desc?') ?></th>
|
||||
<th colspan="3" valign="bottom"><?php _e('Formatting') ?></th>
|
||||
<th colspan="3" valign="bottom" class="alternate"><?php _e('Formatting') ?></th>
|
||||
<th rowspan="2" valign="bottom"><?php _e('Limit') ?></th>
|
||||
<th rowspan="2" colspan="2"> </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th valign="top"><?php _e('Images') ?></th>
|
||||
<th valign="top"><?php _e('Desc.') ?></th>
|
||||
<th valign="top"><?php _e('Description') ?></th>
|
||||
<th valign="top"><?php _e('Rating') ?></th>
|
||||
<th valign="top"><?php _e('Updated') ?></th>
|
||||
<th valign="top"><?php _e('Before') ?></th>
|
||||
|
|
Loading…
Reference in New Issue