Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove redundant and erroneous @uses tag from most core inline documentation.

Per our inline documentation standards, no further use of the @uses tag is recommended as used and used-by relationships can be derived through other means. This removes most uses of the tag in core documentation, with remaining tags to be converted to @global or @see as they apply.

Fixes #30191.

File:
1 edited

Legend:

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

    r29903 r30105  
    555555 *
    556556 * @see register_sidebar() The second parameter is documented by register_sidebar() and is the same here.
    557  * @uses parse_str() Converts a string to an array to be used in the rest of the function.
    558  * @uses register_sidebar() Sends single sidebar information [name, id] to this
    559  *  function to handle building the sidebar.
    560557 *
    561558 * @param int $number Number of sidebars to create.
     
    632629 * @since 2.2.0
    633630 * @uses $wp_registered_sidebars Stores the new sidebar in this array by sidebar ID.
    634  * @uses add_theme_support() to ensure widget support has been added.
    635631 *
    636632 * @param string|array $args Arguments for the sidebar being registered.
     
    933929 *
    934930 * @since 2.2.0
    935  * @uses wp_register_widget_control() Unregisters by using empty callback.
    936931 *
    937932 * @param int|string $id Widget ID.
Note: See TracChangeset for help on using the changeset viewer.