Docs: Fix the placement and ordering of some `@since` tags following [34780].

See #12133. See #32246.

Built from https://develop.svn.wordpress.org/trunk@34782


git-svn-id: http://core.svn.wordpress.org/trunk@34747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-02 20:50:25 +00:00
parent bfa2a5295e
commit 6f7a298c18
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.