Make WordPress Core


Ignore:
Timestamp:
02/22/2008 05:30:43 PM (17 years ago)
Author:
ryan
Message:

Validation fixes from nbachiyski. fixes #5962

File:
1 edited

Legend:

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

    r6936 r6980  
    6969            $title = __('(no title)');
    7070        ?>
    71         <td><strong><a href="post.php?action=edit&post=<?php the_ID(); ?>"><?php echo $title ?></a></strong>
     71        <td><strong><a 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.