mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
In preparation for viewing revisions of templates and template parts in the editor, this set changes adds the `_edit_link` argument when registering the `wp_template` and `wp_template_part` post types. This commit also updates `get_edit_post_link` to account for the unique edit URLs for these post types. Finally, this commit also adds new unit tests for the `get_edit_post_link` function, including tests for the `post`, `wp_template`, and `wp_template_part` post types. Fixes #57709. Props andraganescu, spacedmonkey, antonvlasenko, youknowriad, ramonopoly, ironprogrammer, annezazu. git-svn-id: https://develop.svn.wordpress.org/trunk@55743 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| editTermLink.php | ||
| getAdjacentPost.php | ||
| getAdjacentPostLink.php | ||
| getDashboardUrl.php | ||
| getEditPostLink.php | ||
| getEditTermLink.php | ||
| getFeedLink.php | ||
| getNextCommentsLink.php | ||
| getNextPostsLink.php | ||
| getPostCommentsFeedLink.php | ||
| getPostPermalink.php | ||
| getPostTypeArchiveLink.php | ||
| getPreviewPostLink.php | ||
| getPreviousCommentsLink.php | ||
| getPreviousPostsLink.php | ||
| getThePostsNavigation.php | ||
| getThePrivacyPolicyLink.php | ||
| selfAdminUrl.php | ||
| themeFile.php | ||
| wpGetCanonicalUrl.php | ||