diff --git a/wp-includes/class-wp-widget.php b/wp-includes/class-wp-widget.php index 0681d3715c..2ccbbcf937 100644 --- a/wp-includes/class-wp-widget.php +++ b/wp-includes/class-wp-widget.php @@ -177,6 +177,7 @@ class WP_Widget { * * This function should be used in form() methods to create name attributes for fields to be saved by update() * + * @since 2.8.0 * @since 4.4.0 Array format field names are now accepted. * * @param string $field_name Field name @@ -196,9 +197,8 @@ class WP_Widget { * This function should be used in form() methods to create id attributes * for fields to be saved by {@see WP_Widget::update()}. * - * @since 4.4.0 Array format field IDs are now accepted. - * * @since 2.8.0 + * @since 4.4.0 Array format field IDs are now accepted. * @access public * * @param string $field_name Field name. diff --git a/wp-includes/version.php b/wp-includes/version.php index 524637d1e0..04907a32f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34781'; +$wp_version = '4.4-alpha-34782'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.