Make WordPress Core


Ignore:
Timestamp:
08/23/2007 06:04:15 PM (18 years ago)
Author:
westi
Message:

Give the view links in post/page listings the view class rather than the edit class, fixes #4058 props rgovostes

File:
1 edited

Legend:

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

    r5821 r5927  
    7979    case 'control_view':
    8080        ?>
    81         <td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit"><?php _e('View'); ?></a></td>
     81        <td><a href="<?php the_permalink(); ?>" rel="permalink" class="view"><?php _e('View'); ?></a></td>
    8282        <?php
    8383        break;
Note: See TracChangeset for help on using the changeset viewer.