diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 742e05db97..60c6d21287 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -22,8 +22,8 @@ tinyMCE.init({ theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", - entity_encoding : "numeric", - extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|width|height|align],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", + entity_encoding : "raw", + extended_valid_elements : "a[id|href|title|onclick],img[class|src|alt|title|width|height|align]", plugins : "emotions" }); diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index d26d68d5ea..f239364f12 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -88,7 +88,7 @@ if ('view' == $mode) { $class .= ' alternate'; echo "
comment_author_email) { ?>| comment_author_url) { ?> | |
+comment_author_email) { ?>| comment_author_url && 'http://' != $comment->comment_author_url ) { ?> | |
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 0effeb9d4b..44f9bb10ca 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -48,13 +48,11 @@ if (empty($post->post_status)) $post->post_status = 'draft'; $_GET['message']) : ?>great documentation or if that doesn't help visit the support forums."); ?>
items) && 0 != count($rss->items) ) { diff --git a/wp-admin/post.php b/wp-admin/post.php index bf6a15ac23..6f454e0256 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -84,7 +84,7 @@ case 'edit':