X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f5fcdc7994bb67cce809bc4777944ae8b7fad4a4..refs/tags/wordpress-4.3:/wp-admin/theme-install.php?ds=sidebyside diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 56c20b58..92fd53cc 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -51,6 +51,8 @@ wp_localize_script( 'theme', '_wpThemeSettings', array( 'error' => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.' ), 'themesFound' => __( 'Number of Themes found: %d' ), 'noThemesFound' => __( 'No themes found. Try a different search.' ), + 'collapseSidebar' => __( 'Collapse Sidebar' ), + 'expandSidebar' => __( 'Expand Sidebar' ), ), 'installedThemes' => array_keys( $installed_themes ), ) ); @@ -102,7 +104,7 @@ include(ABSPATH . 'wp-admin/admin-header.php'); ?>
-

__( 'Upload Theme' ) ) ); if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) { - echo ' ' . __( 'Upload Theme' ) . ''; - echo ' ' . _x( 'Browse', 'themes' ) . ''; + echo ' ' . __( 'Upload Theme' ) . ''; + echo ' ' . _x( 'Browse', 'themes' ) . ''; } - ?>

+ ?>
@@ -237,16 +239,12 @@ if ( $tab ) {
<# if ( data.rating ) { #> -
- - - - - +
+ {{ data.num_ratings }}
<# } else { #> -
+
<# } #> @@ -256,10 +254,10 @@ if ( $tab ) {