Make WordPress Core


Ignore:
Timestamp:
02/24/2025 01:41:07 PM (5 months ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline documentation.

See #62281

File:
1 edited

Legend:

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

    r59861 r59865  
    1515 * Checks WordPress version against the newest version.
    1616 *
    17  * The WordPress version, PHP version, and locale is sent.
     17 * The WordPress version, PHP version, and locale is sent to api.wordpress.org.
    1818 *
    1919 * Checks against the WordPress server at api.wordpress.org. Will only check
     
    307307 * Despite its name this function does not actually perform any updates, it only checks for available updates.
    308308 *
    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.
    310310 *
    311311 * Checks against the WordPress server at api.wordpress.org. Will only check
     
    579579 * Despite its name this function does not actually perform any updates, it only checks for available updates.
    580580 *
    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.
    582582 *
    583583 * Checks against the WordPress server at api.wordpress.org. Will only check
Note: See TracChangeset for help on using the changeset viewer.