Make WordPress Core

Changeset 7168


Ignore:
Timestamp:
03/06/2008 09:58:47 AM (17 years ago)
Author:
matt
Message:

Move view link to status, missed underline.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r7057 r7168  
    5959        }
    6060        ?>
    61         <td><a href="<?php the_permalink(); ?>" rel="permalink" title="<?php echo $t_time ?>"><?php echo $h_time ?></a></td>
     61        <td><abbr title="<?php echo $t_time ?>"><?php echo $h_time ?></abbr></td>
    6262        <?php
    6363        break;
     
    129129        ?>
    130130        <td>
     131        <a href="<?php the_permalink(); ?>" rel="permalink">
    131132        <?php
    132133        switch ( $post->post_status ) {
     
    146147        }
    147148        ?>
     149        </a>
    148150        </td>
    149151        <?php
  • trunk/wp-admin/wp-admin.css

    r7167 r7168  
    14061406    padding-bottom: 1px;
    14071407    border-bottom: 1px solid #ababab;
     1408    text-decoration: none;
    14081409}
    14091410
Note: See TracChangeset for help on using the changeset viewer.