Fix link in welcome panel. see #19217, props cebradesign, SergeyBiryukov.

git-svn-id: https://develop.svn.wordpress.org/trunk@19228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-09 15:21:26 +00:00
parent 940cb38514
commit 9e785948d4
1 changed files with 1 additions and 1 deletions

View File

@ -1334,7 +1334,7 @@ function wp_welcome_panel() {
<?php echo sprintf(
__( 'Delete the <a href="%1$s">sample post</a> and <a href="%2$s">page</a>.' ),
esc_url( admin_url('edit.php') ),
esc_url( admin_url('edit-comments.php') )
esc_url( admin_url('edit.php?post_type=page') )
); ?>
</li>
<li>