From 74b9335d4318c0762353f6489d069903fed60aa5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 18 May 2012 16:27:24 +0000 Subject: [PATCH] 'Live Preview' instead of 'Customize' for the customizer links in the theme browser. see #19910 git-svn-id: https://develop.svn.wordpress.org/trunk@20827 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/class-wp-themes-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 031c1ccfd2..d6164f24a5 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/wp-admin/includes/class-wp-themes-list-table.php @@ -137,7 +137,7 @@ class WP_Themes_List_Table extends WP_List_Table { $actions[] = '' . __( 'Preview' ) . '' . '' - . __( 'Customize' ) . ''; + . __( 'Live Preview' ) . ''; if ( ! is_multisite() && current_user_can( 'delete_themes' ) ) $actions['delete'] = '