From faa04cf9b341db0ad2b81d7539f5e4d08e68521f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 15 Dec 2017 00:35:47 +0000 Subject: [PATCH] Docs: Add `@since` version for `WP_Customize_Widgets::filter_dynamic_sidebar_params()`. Props keesiemeijer. Fixes #42894. Built from https://develop.svn.wordpress.org/trunk@42396 git-svn-id: http://core.svn.wordpress.org/trunk@42225 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-widgets.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index 1da2a3926a..5b2b04c78e 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -1612,6 +1612,8 @@ final class WP_Customize_Widgets { /** * Inject selective refresh data attributes into widget container elements. * + * @since 4.5.0 + * * @param array $params { * Dynamic sidebar params. * diff --git a/wp-includes/version.php b/wp-includes/version.php index b3fc03a015..e9eb1a1d1e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42395'; +$wp_version = '5.0-alpha-42396'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.