Changeset 59803 for trunk/src/wp-includes/version.php
- Timestamp:
- 02/11/2025 11:12:03 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/version.php
r59275 r59803 41 41 42 42 /** 43 * Holds the names of required PHP extensions. 44 * 45 * @global string[] $required_php_extensions 46 */ 47 $required_php_extensions = array( 48 'json', 49 'hash', 50 ); 51 52 /** 43 53 * Holds the required MySQL version. 44 54 *
Note: See TracChangeset
for help on using the changeset viewer.