Make WordPress Core

Changeset 34782


Ignore:
Timestamp:
10/02/2015 08:49:49 PM (9 years ago)
Author:
DrewAPicture
Message:

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

See #12133. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-widget.php

    r34780 r34782  
    178178     * This function should be used in form() methods to create name attributes for fields to be saved by update()
    179179     *
     180     * @since 2.8.0
    180181     * @since 4.4.0 Array format field names are now accepted.
    181182     *
     
    197198     * for fields to be saved by {@see WP_Widget::update()}.
    198199     *
     200     * @since 2.8.0
    199201     * @since 4.4.0 Array format field IDs are now accepted.
    200      *
    201      * @since 2.8.0
    202202     * @access public
    203203     *
Note: See TracChangeset for help on using the changeset viewer.