Make WordPress Core


Ignore:
Timestamp:
03/04/2025 02:17:18 PM (14 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

    r59926 r59927  
    155155     *
    156156     * @since 4.9.0
     157     * @since 6.1.0 Added `$extensions`, `$platform_flags`, and `$image_support` to the `$query` parameter.
    157158     *
    158159     * @param array $query {
     
    168169     *     @type int    $multisite_enabled  Whether this WordPress installation uses Multisite.
    169170     *     @type int    $initial_db_version Database version of WordPress at time of installation.
     171     *     @type array  $extensions         List of PHP extensions and their versions.
     172     *     @type array  $platform_flags     List containing the operating system name and bit support.
     173     *     @type array  $image_support      List of image formats supported by GD and Imagick.
    170174     * }
    171175     */
Note: See TracChangeset for help on using the changeset viewer.