From 405eececce398c6c762fbafbcfa1baa639b4121a Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 17 May 2009 20:19:51 +0000 Subject: [PATCH] HTML validity fixes, props hakre, fixes #9432 git-svn-id: https://develop.svn.wordpress.org/trunk@11375 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 2 +- wp-admin/includes/post.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 883e42f385..f5635ac7d8 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -525,7 +525,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { $comment_post_url = get_edit_post_link( $comment->comment_post_ID ); $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID )); $comment_post_link = "$comment_post_title"; - $comment_link = '#'; + $comment_link = '#'; $delete_url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) ); $approve_url = clean_url( wp_nonce_url( "comment.php?action=approvecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "approve-comment_$comment->comment_ID" ) ); diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 134b0eb45b..6c9636f840 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1370,6 +1370,7 @@ tinyMCEPreInit = { ?>