From cf81f30e056f00e066fdf7a74b76dbec6bde389d Mon Sep 17 00:00:00 2001 From: koopersmith Date: Wed, 16 May 2012 21:08:10 +0000 Subject: [PATCH] Install Themes: Add link to the no-js theme previewer to the 'Preview' link. props ocean90, fixes #20694. git-svn-id: http://core.svn.wordpress.org/trunk@20811 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-theme-install-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/class-wp-theme-install-list-table.php b/wp-admin/includes/class-wp-theme-install-list-table.php index 04d230b3f8..412fe620ec 100644 --- a/wp-admin/includes/class-wp-theme-install-list-table.php +++ b/wp-admin/includes/class-wp-theme-install-list-table.php @@ -220,7 +220,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table { break; } - $actions[] = '' . __( 'Preview' ) . ''; + $actions[] = '' . __( 'Preview' ) . ''; $actions = apply_filters( 'theme_install_actions', $actions, $theme );