Changeset 59865 for trunk/src/wp-includes/update.php
- Timestamp:
- 02/24/2025 01:41:07 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r59861 r59865 15 15 * Checks WordPress version against the newest version. 16 16 * 17 * The WordPress version, PHP version, and locale is sent .17 * The WordPress version, PHP version, and locale is sent to api.wordpress.org. 18 18 * 19 19 * Checks against the WordPress server at api.wordpress.org. Will only check … … 307 307 * Despite its name this function does not actually perform any updates, it only checks for available updates. 308 308 * 309 * A list of all plugins installed is sent to WP, along with the site locale.309 * A list of all plugins installed is sent to api.wordpress.org, along with the site locale. 310 310 * 311 311 * Checks against the WordPress server at api.wordpress.org. Will only check … … 579 579 * Despite its name this function does not actually perform any updates, it only checks for available updates. 580 580 * 581 * A list of all themes installed is sent to WP, along with the site locale.581 * A list of all themes installed is sent to api.wordpress.org, along with the site locale. 582 582 * 583 583 * Checks against the WordPress server at api.wordpress.org. Will only check
Note: See TracChangeset
for help on using the changeset viewer.