From bf22859e523fb619e17ef85035fd60f7b1134e2d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 2 Oct 2015 20:49:49 +0000 Subject: [PATCH] Docs: Fix the placement and ordering of some `@since` tags following [34780]. See #12133. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34782 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-widget.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-widget.php b/src/wp-includes/class-wp-widget.php index 0681d3715c..2ccbbcf937 100644 --- a/src/wp-includes/class-wp-widget.php +++ b/src/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.