Make WordPress Core


Ignore:
Timestamp:
11/09/2011 03:21:26 PM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

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

    r19163 r19228  
    13351335                        __( 'Delete the <a href="%1$s">sample post</a> and <a href="%2$s">page</a>.' ),
    13361336                        esc_url( admin_url('edit.php') ),
    1337                         esc_url( admin_url('edit-comments.php') )
     1337                        esc_url( admin_url('edit.php?post_type=page') )
    13381338                    ); ?>
    13391339                </li>
Note: See TracChangeset for help on using the changeset viewer.