Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

    r14404 r15590  
    597597 * @param string $name Widget display title.
    598598 * @param callback $output_callback Run when widget is called.
    599  * @param array|string Optional. $options Widget Options.
     599 * @param array|string $options Optional. Widget Options.
    600600 * @param mixed $params,... Widget parameters to add to widget.
    601601 * @return null Will return if $output_callback is empty after removing widget.
     
    912912 * @since 2.2.0
    913913 *
    914  * @param callback Optional, Widget callback to check.
     914 * @param string $callback Optional, Widget callback to check.
    915915 * @param int $widget_id Optional, but needed for checking. Widget ID.
    916916 * @param string $id_base Optional, the base ID of a widget created by extending WP_Widget.
     
    966966 * @since 2.8
    967967 *
    968  * @param mixed $index, sidebar name, id or number to check.
     968 * @param mixed $index Sidebar name, id or number to check.
    969969 * @return bool true if the sidebar is in use, false otherwise.
    970970 */
     
    989989 * @access private
    990990 *
    991  * @param bool $deprecated. Not used.
     991 * @param bool $deprecated Not used (deprecated).
    992992 * @return array Upgraded list of widgets to version 3 array format when called from the admin.
    993993 */
Note: See TracChangeset for help on using the changeset viewer.