Make WordPress Core


Ignore:
Timestamp:
02/18/2009 09:55:00 PM (15 years ago)
Author:
ryan
Message:

Fix preview for theme installer. see #8652

File:
1 edited

Legend:

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

    r10150 r10590  
    179179    $activate_text = attribute_escape( sprintf( __('Activate "%s"'), $title ) );
    180180?>
    181         <a href="<?php echo $activate_link; ?>" class="<?php echo $thickbox_class; ?> screenshot">
     181        <a href="<?php echo $preview_link; ?>" class="<?php echo $thickbox_class; ?> screenshot">
    182182<?php if ( $screenshot ) : ?>
    183183            <img src="<?php echo WP_CONTENT_URL . $stylesheet_dir . '/' . $screenshot; ?>" alt="" />
Note: See TracChangeset for help on using the changeset viewer.