Docs: Add a changelog entry for the $class argument added to edit_post_link() in [34098].

Fixes #30563.
Built from https://develop.svn.wordpress.org/trunk@34115


git-svn-id: http://core.svn.wordpress.org/trunk@34083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-14 12:20:26 +00:00
parent d36ffeb160
commit 97c0303f41
2 changed files with 2 additions and 1 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34114';
$wp_version = '4.4-alpha-34115';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.