Changeset 17018
- Timestamp:
- 12/17/2010 08:30:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r17002 r17018 147 147 if ( is_ssl() ) 148 148 $preview_link = str_replace( 'http://', 'https://', $preview_link ); 149 $preview_link = htmlspecialchars( add_query_arg( array( 'preview' => 1, 'template' => $template, 'stylesheet' => $stylesheet, ' TB_iframe' => 'true' ), $preview_link ) );149 $preview_link = htmlspecialchars( add_query_arg( array( 'preview' => 1, 'template' => $template, 'stylesheet' => $stylesheet, 'preview_iframe' => true, 'TB_iframe' => 'true' ), $preview_link ) ); 150 150 $preview_text = esc_attr( sprintf( __( 'Preview of “%s”' ), $title ) ); 151 151 $tags = $themes[$theme_name]['Tags'];
Note: See TracChangeset
for help on using the changeset viewer.