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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-09 15:21:26 +00:00
parent afe9b90b3d
commit 4fa61390ef
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>