Make WordPress Core


Ignore:
Timestamp:
06/26/2020 06:32:44 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Clarify the description of functions that check for and perform updates.

See #49572, #50052.

File:
1 edited

Legend:

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

    r48067 r48183  
    252252
    253253/**
    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.
    255257 *
    256258 * A list of all plugins installed is sent to WP, along with the site locale.
     
    445447
    446448/**
    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.
    448452 *
    449453 * A list of all themes installed is sent to WP, along with the site locale.
     
    627631 * Performs WordPress automatic background updates.
    628632 *
     633 * Updates WordPress core plus any plugins and themes that have automatic updates enabled.
     634 *
    629635 * @since 3.7.0
    630636 */
Note: See TracChangeset for help on using the changeset viewer.