From 217c84e613a830a243679f2f8b22a45c9cd17f86 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 14 Sep 2015 12:19:55 +0000 Subject: [PATCH] Docs: Add a changelog entry for the `$class` argument added to `edit_post_link()` in [34098]. Fixes #30563. git-svn-id: https://develop.svn.wordpress.org/trunk@34115 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 9ad18aa6f3..527c0ee754 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -1205,6 +1205,7 @@ function get_edit_post_link( $id = 0, $context = 'display' ) { * Display edit post link for post. * * @since 1.0.0 + * @since 4.4.0 The `$class` argument was added. * * @param string $text Optional. Anchor text. * @param string $before Optional. Display before edit link.