Make WordPress Core

Changeset 11375


Ignore:
Timestamp:
05/17/2009 08:19:51 PM (15 years ago)
Author:
azaozz
Message:

HTML validity fixes, props hakre, fixes #9432

Location:
trunk/wp-admin/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r11352 r11375  
    526526    $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID ));
    527527    $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>";
    528     $comment_link = '<a class="comment-link" href="' . get_comment_link() . '">#</a>';
     528    $comment_link = '<a class="comment-link" href="' . clean_url(get_comment_link()) . '">#</a>';
    529529
    530530    $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" ) );
  • trunk/wp-admin/includes/post.php

    r11318 r11375  
    13711371
    13721372<script type="text/javascript">
     1373/* <![CDATA[ */
    13731374<?php if ( $ext_plugins ) echo "$ext_plugins\n"; ?>
    13741375<?php if ( $concatenate_scripts ) { ?>
     
    13781379<?php } ?>
    13791380tinyMCE.init(tinyMCEPreInit.mceInit);
     1381/* ]]> */
    13801382</script>
    13811383<?php
Note: See TracChangeset for help on using the changeset viewer.