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
This commit is contained in:
Sergey Biryukov 2015-09-14 12:19:55 +00:00
parent 0a77429937
commit 217c84e613
1 changed files with 1 additions and 0 deletions

View File

@ -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.