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:
parent
bfa2a5295e
commit
6f7a298c18
|
@ -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()
|
* 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.
|
* @since 4.4.0 Array format field names are now accepted.
|
||||||
*
|
*
|
||||||
* @param string $field_name Field name
|
* @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
|
* This function should be used in form() methods to create id attributes
|
||||||
* for fields to be saved by {@see WP_Widget::update()}.
|
* 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 2.8.0
|
||||||
|
* @since 4.4.0 Array format field IDs are now accepted.
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @param string $field_name Field name.
|
* @param string $field_name Field name.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue