Make WordPress Core

Changeset 53690


Ignore:
Timestamp:
07/09/2022 12:57:49 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve description for wp_plugin_update_rows() and wp_theme_update_rows().

Follow-up to [53689].

See #55646.

File:
1 edited

Legend:

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

    r53689 r53690  
    221221
    222222/**
    223  * Returns Core update footer message.
     223 * Returns core update footer message.
    224224 *
    225225 * @since 2.3.0
     
    278278
    279279/**
    280  * Returns Core update notification message.
     280 * Returns core update notification message.
    281281 *
    282282 * @since 2.3.0
     
    375375
    376376/**
    377  * Retrieves plugins waiting for an update.
     377 * Retrieves plugins with updates available.
    378378 *
    379379 * @since 2.9.0
     
    396396
    397397/**
    398  * Hooks after_plugin_row_{$plugin_file} on each plugin row.
     398 * Adds a callback to display update information for plugins with updates available.
    399399 *
    400400 * @since 2.9.0
     
    594594
    595595/**
    596  * Retrieves themes waiting for an update.
     596 * Retrieves themes with updates available.
    597597 *
    598598 * @since 2.9.0
     
    617617
    618618/**
    619  * Hooks after_theme_row_{$theme} on each theme row.
     619 * Adds a callback to display update information for themes with updates available.
    620620 *
    621621 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.