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.