Changeset 48183 for trunk/src/wp-includes/update.php
- Timestamp:
- 06/26/2020 06:32:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r48067 r48183 252 252 253 253 /** 254 * Check plugin versions against the latest versions hosted on WordPress.org. 254 * Checks for available updates to plugins based on the latest versions hosted on WordPress.org. 255 * 256 * Despite its name this function does not actually perform any updates, it only checks for available updates. 255 257 * 256 258 * A list of all plugins installed is sent to WP, along with the site locale. … … 445 447 446 448 /** 447 * Check theme versions against the latest versions hosted on WordPress.org. 449 * Checks for available updates to themes based on the latest versions hosted on WordPress.org. 450 * 451 * Despite its name this function does not actually perform any updates, it only checks for available updates. 448 452 * 449 453 * A list of all themes installed is sent to WP, along with the site locale. … … 627 631 * Performs WordPress automatic background updates. 628 632 * 633 * Updates WordPress core plus any plugins and themes that have automatic updates enabled. 634 * 629 635 * @since 3.7.0 630 636 */
Note: See TracChangeset
for help on using the changeset viewer.