From 97c0303f418df1d4e825cb23ef1b0319531ee35b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 14 Sep 2015 12:20:26 +0000 Subject: [PATCH] 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 --- wp-includes/link-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 9ad18aa6f3..527c0ee754 100644 --- a/wp-includes/link-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index ed1c8dd7e2..6a68e0c790 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.