Make WordPress Core


Ignore:
Timestamp:
02/24/2008 02:07:51 AM (17 years ago)
Author:
ryan
Message:

Admin style tweaks from mt. fixes #5974

File:
1 edited

Legend:

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

    r6995 r6997  
    6969            $title = __('(no title)');
    7070        ?>
    71         <td><strong><a href="post.php?action=edit&amp;post=<?php the_ID(); ?>"><?php echo $title ?></a></strong>
     71        <td><strong><a class="row-title" href="post.php?action=edit&amp;post=<?php the_ID(); ?>"><?php echo $title ?></a></strong>
    7272        <?php if ('private' == $post->post_status) _e(' &#8212; <strong>Private</strong>'); ?></td>
    7373        <?php
Note: See TracChangeset for help on using the changeset viewer.