Make WordPress Core


Ignore:
Timestamp:
05/26/2019 10:47:23 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation for some more variadic functions.

Fixes #37402

File:
1 edited

Legend:

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

    r45438 r45450  
    989989 * @since 2.5.0
    990990 *
    991  * @param string $widget_id
    992  * @param callable $callback
    993  * @param array $check_urls RSS feeds
     991 * @param string   $widget_id  The widget ID.
     992 * @param callable $callback   The callback funtion used to display each feed.
     993 * @param array    $check_urls RSS feeds
     994 * @param mixed    ...$args    Optional additional parameters to pass to the callback function when it's called.
    994995 * @return bool False on failure. True on success.
    995996 */
Note: See TracChangeset for help on using the changeset viewer.