Make WordPress Core


Ignore:
Timestamp:
06/14/2023 12:55:11 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Follow-up to [55911].

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

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

    r55895 r55916  
    533533
    534534/**
    535  * The Quick Draft widget display and creation of drafts.
     535 * Displays the Quick Draft widget.
    536536 *
    537537 * @since 3.8.0
     
    921921
    922922/**
    923  * Callback function for Activity widget.
     923 * Outputs the Activity widget.
     924 *
     925 * Callback function for {@see 'dashboard_activity'}.
    924926 *
    925927 * @since 3.8.0
     
    12281230
    12291231/**
    1230  * The RSS dashboard widget control.
    1231  *
    1232  * Sets up $args to be used as input to wp_widget_rss_form(). Handles POST data
    1233  * from RSS-type widgets.
     1232 * Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form().
     1233 *
     1234 * Handles POST data from RSS-type widgets.
    12341235 *
    12351236 * @since 2.5.0
     
    20242025
    20252026/**
    2026  * Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
     2027 * Outputs empty dashboard widget to be populated by JS later.
     2028 *
     2029 * Usable by plugins.
    20272030 *
    20282031 * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.