Make WordPress Core


Ignore:
Timestamp:
07/08/2022 08:11:35 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Add missing function descriptions in wp-admin/includes/update.php.

See #55646.

File:
1 edited

Legend:

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

    r53060 r53689  
    221221
    222222/**
     223 * Returns Core update footer message.
     224 *
    223225 * @since 2.3.0
    224226 *
     
    276278
    277279/**
     280 * Returns Core update notification message.
     281 *
    278282 * @since 2.3.0
    279283 *
     
    371375
    372376/**
     377 * Retrieves plugins waiting for an update.
     378 *
    373379 * @since 2.9.0
    374380 *
     
    390396
    391397/**
     398 * Hooks after_plugin_row_{$plugin_file} on each plugin row.
     399 *
    392400 * @since 2.9.0
    393401 */
     
    586594
    587595/**
     596 * Retrieves themes waiting for an update.
     597 *
    588598 * @since 2.9.0
    589599 *
     
    607617
    608618/**
     619 * Hooks after_theme_row_{$theme} on each theme row.
     620 *
    609621 * @since 3.1.0
    610622 */
     
    802814
    803815/**
     816 * Displays maintenance nag HTML message.
     817 *
    804818 * @since 2.7.0
    805819 *
     
    850864 * Prints the JavaScript templates for update admin notices.
    851865 *
     866 * @since 4.6.0
     867 *
    852868 * Template takes one argument with four values:
    853869 *
     
    860876 *         @type string type      The type of update the notice is for. Either 'plugin' or 'theme'.
    861877 *     }
    862  *
    863  * @since 4.6.0
    864878 */
    865879function wp_print_admin_notice_templates() {
     
    931945 * Prints the JavaScript templates for update and deletion rows in list tables.
    932946 *
     947 * @since 4.6.0
     948 *
    933949 * The update template takes one argument with four values:
    934950 *
     
    952968 *         @type string colspan The number of table columns this row spans.
    953969 *     }
    954  *
    955  * @since 4.6.0
    956970 */
    957971function wp_print_update_row_templates() {
Note: See TracChangeset for help on using the changeset viewer.