From c39389175b36b4ddfc0532062adcb926c6bbe40e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 15 Mar 2009 13:09:25 +0000 Subject: [PATCH] Add some styling to plugins descriptions when installing git-svn-id: https://develop.svn.wordpress.org/trunk@10790 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/plugin-install.php | 5 +++-- wp-admin/wp-admin.css | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 8bd090c8a5..49da3890c9 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -250,7 +250,8 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){ $plugins_allowedtags = array('a' => array('href' => array(),'title' => array(), 'target' => array()), 'abbr' => array('title' => array()),'acronym' => array('title' => array()), - 'code' => array(), 'pre' => array(), 'em' => array(),'strong' => array()); + 'code' => array(), 'pre' => array(), 'em' => array(),'strong' => array(), + 'ul' => array(), 'ol' => array(), 'li' => array(), 'p' => array(), 'br' => array()); ?>
@@ -343,7 +344,7 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){
<?php _e('1 star') ?>
-

+