diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index f0605bc1b..a3751d442 100644 --- a/wp-admin/includes/theme-install.php +++ b/wp-admin/includes/theme-install.php @@ -204,7 +204,7 @@ function install_themes_dashboard() { ?>
  • - +
  • @@ -272,14 +272,15 @@ function install_themes_updated($page = 1) { add_action('install_themes_upload', 'install_themes_upload', 10, 1); function install_themes_upload($page = 1) { - ?> +?>

    -
    -
    - "> + + + + +name, $themes_allowedtags); $desc = wp_kses($theme->description, $themes_allowedtags); //if ( strlen($desc) > 30 ) - // $desc = substr($desc, 0, 30) . '...' . substr($desc, 30) . ''; + // $desc = substr($desc, 0, 15) . '...' . substr($desc, -15) . ''; $preview_link = $theme->preview_url . '?TB_iframe=true&width=600&height=400'; if ( !is_array($actions) ) { diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index eeab3516b..4255d630a 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -73,4 +73,4 @@ foreach ( (array)$tabs as $action => $text ) {