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 = { ?>