Changeset 59927 for trunk/src/wp-includes/update.php
- Timestamp:
- 03/04/2025 02:17:18 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r59926 r59927 155 155 * 156 156 * @since 4.9.0 157 * @since 6.1.0 Added `$extensions`, `$platform_flags`, and `$image_support` to the `$query` parameter. 157 158 * 158 159 * @param array $query { … … 168 169 * @type int $multisite_enabled Whether this WordPress installation uses Multisite. 169 170 * @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. 170 174 * } 171 175 */
Note: See TracChangeset
for help on using the changeset viewer.