mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
afe9b90b3d
commit
4fa61390ef
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user