Make WordPress Core

Changeset 10591


Ignore:
Timestamp:
02/18/2009 10:10:11 PM (16 years ago)
Author:
ryan
Message:

Fix preview link for theme broweser. see #8652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r10590 r10591  
    184184<?php endif; ?>
    185185        </a>
    186         <h3><a class="<?php echo $thickbox_class; ?>" href="<?php echo $activate_link; ?>"><?php echo $title; ?></a></h3>
     186        <h3><a class="<?php echo $thickbox_class; ?>" href="<?php echo $preview_link; ?>"><?php echo $title; ?></a></h3>
    187187        <p><?php echo $description; ?></p>
    188188<?php if ( $tags ) : ?>
Note: See TracChangeset for help on using the changeset viewer.