Changeset 11375
- Timestamp:
- 05/17/2009 08:19:51 PM (16 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r11352 r11375 526 526 $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID )); 527 527 $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>'; 529 529 530 530 $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 1371 1371 1372 1372 <script type="text/javascript"> 1373 /* <![CDATA[ */ 1373 1374 <?php if ( $ext_plugins ) echo "$ext_plugins\n"; ?> 1374 1375 <?php if ( $concatenate_scripts ) { ?> … … 1378 1379 <?php } ?> 1379 1380 tinyMCE.init(tinyMCEPreInit.mceInit); 1381 /* ]]> */ 1380 1382 </script> 1381 1383 <?php
Note: See TracChangeset
for help on using the changeset viewer.