summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-05 19:19:08 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-05 19:19:08 +0000
commit0a6e1f1dfc5c2e97586aca58f566b45f80b659e3 (patch)
treede6eb728345e95273b044058e2f6816da968ef80
parenta7bdecd82c5a6e43a07a1c265ffd32557e363d05 (diff)
downloadwordpress-mu-0a6e1f1dfc5c2e97586aca58f566b45f80b659e3.tar.gz
wordpress-mu-0a6e1f1dfc5c2e97586aca58f566b45f80b659e3.tar.xz
wordpress-mu-0a6e1f1dfc5c2e97586aca58f566b45f80b659e3.zip
Removed iframe from kses whitelist
Minor translation change in wordpress importer git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@881 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-admin/import/wordpress.php2
-rw-r--r--wp-includes/kses.php12
2 files changed, 1 insertions, 13 deletions
diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php
index 028cbf0..78d972f 100644
--- a/wp-admin/import/wordpress.php
+++ b/wp-admin/import/wordpress.php
@@ -136,7 +136,7 @@ class WP_Import {
$j = -1;
foreach ($authors as $author) {
++ $j;
- echo '<li>Current author: <strong>'.$author.'</strong><br />'.'Map to existing: ';
+ echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.'Map to existing: ';
$this->users_form($j);
echo '</li>';
}
diff --git a/wp-includes/kses.php b/wp-includes/kses.php
index f0a5771..aa9e465 100644
--- a/wp-includes/kses.php
+++ b/wp-includes/kses.php
@@ -110,18 +110,6 @@ if (!CUSTOM_TAGS) {
'size' => array (),
'width' => array ()),
'i' => array (),
- 'iframe' => array ( // This is filtered to whitelisted domains later according to Andy
- 'longdesc' => array(),
- 'name' => array(),
- 'src' => array(),
- 'frameborder' => array(),
- 'marginwidth' => array(),
- 'marginheight' => array(),
- 'scroll' => array(),
- 'scrolling' => array(),
- 'align' => array(),
- 'height' => array(),
- 'width' => array ()),
'img' => array (
'alt' => array (),
'align' => array (),