Make WordPress Core

Changeset 47015


Ignore:
Timestamp:
12/26/2019 02:40:10 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_dashboard_cached_rss_widget() documentation.

Props mukesh27.
Fixes #49082.

File:
1 edited

Legend:

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

    r46880 r47015  
    10601060 *
    10611061 * @param string   $widget_id  The widget ID.
    1062  * @param callable $callback   The callback funtion used to display each feed.
    1063  * @param array    $check_urls RSS feeds
    1064  * @param mixed    ...$args    Optional additional parameters to pass to the callback function when it's called.
    1065  * @return bool False on failure. True on success.
     1062 * @param callable $callback   The callback function used to display each feed.
     1063 * @param array    $check_urls RSS feeds.
     1064 * @param mixed    ...$args    Optional additional parameters to pass to the callback function.
     1065 * @return bool True on success, false on failure.
    10661066 */
    10671067function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array(), ...$args ) {
Note: See TracChangeset for help on using the changeset viewer.