Changeset 53690
- Timestamp:
- 07/09/2022 12:57:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r53689 r53690 221 221 222 222 /** 223 * Returns Core update footer message.223 * Returns core update footer message. 224 224 * 225 225 * @since 2.3.0 … … 278 278 279 279 /** 280 * Returns Core update notification message.280 * Returns core update notification message. 281 281 * 282 282 * @since 2.3.0 … … 375 375 376 376 /** 377 * Retrieves plugins w aiting for an update.377 * Retrieves plugins with updates available. 378 378 * 379 379 * @since 2.9.0 … … 396 396 397 397 /** 398 * Hooks after_plugin_row_{$plugin_file} on each plugin row.398 * Adds a callback to display update information for plugins with updates available. 399 399 * 400 400 * @since 2.9.0 … … 594 594 595 595 /** 596 * Retrieves themes w aiting for an update.596 * Retrieves themes with updates available. 597 597 * 598 598 * @since 2.9.0 … … 617 617 618 618 /** 619 * Hooks after_theme_row_{$theme} on each theme row.619 * Adds a callback to display update information for themes with updates available. 620 620 * 621 621 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.