Make WordPress Core

Changeset 36878


Ignore:
Timestamp:
03/07/2016 10:16:56 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing @since version to the DocBlock for wp_add_dashboard_widget().

See #32246.

File:
1 edited

Legend:

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

    r36868 r36878  
    133133 * Adds a new dashboard widget.
    134134 *
    135  * @global array   $wp_dashboard_control_callbacks
     135 * @since 2.7.0
     136 *
     137 * @global array $wp_dashboard_control_callbacks
    136138 *
    137139 * @param string   $widget_id        Widget ID  (used in the 'id' attribute for the widget).
Note: See TracChangeset for help on using the changeset viewer.