Make WordPress Core


Ignore:
Timestamp:
08/19/2008 11:01:36 PM (17 years ago)
Author:
ryan
Message:

Merge cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/edit-attachment-rows.php

    r8620 r8677  
    128128            }
    129129            ?>
    130 <<<<<<< .working
    131             <td><strong><a href="post.php?action=edit&amp;post=<?php echo $post->post_parent; ?>"><?php echo $title ?></a></strong>, <?php echo get_the_time(__('Y/m/d')); ?></td>
    132 =======
    133             <td><strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"><?php echo $title ?></a></strong></td>
    134 >>>>>>> .merge-right.r8619
     130            <td><strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"><?php echo $title ?></a></strong>, <?php echo get_the_time(__('Y/m/d')); ?></td>
    135131            <?php
    136132        } else {
Note: See TracChangeset for help on using the changeset viewer.