Ticket #9315: themes-preview.patch
File themes-preview.patch, 851 bytes (added by , 16 years ago) |
---|
-
wp-admin/themes.php
180 180 $author = $themes[$theme_name]['Author']; 181 181 $screenshot = $themes[$theme_name]['Screenshot']; 182 182 $stylesheet_dir = $themes[$theme_name]['Stylesheet Dir']; 183 $preview_link = clean_url( get_option(' home') . '/');183 $preview_link = clean_url( get_option('siteurl') . '/'); 184 184 $preview_link = htmlspecialchars( add_query_arg( array('preview' => 1, 'template' => $template, 'stylesheet' => $stylesheet, 'TB_iframe' => 'true', 'width' => 600, 'height' => 400 ), $preview_link ) ); 185 185 $preview_text = attribute_escape( sprintf( __('Preview of "%s"'), $title ) ); 186 186 $tags = $themes[$theme_name]['Tags'];