From 8fff49b43a10c93b5b8597f44d4b0114fc064026 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 9 Apr 2009 13:16:14 +0000 Subject: [PATCH] Fix close tag in Theme Installer, props simek, fixes #9498 git-svn-id: https://develop.svn.wordpress.org/trunk@10900 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/theme-install.php | 18 +++++++++--------- wp-admin/theme-install.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index f0605bc1ba..a3751d4429 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 eeab3516b9..4255d630a7 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -73,4 +73,4 @@ foreach ( (array)$tabs as $action => $text ) {