Changeset 60363 for trunk/src/wp-includes/version.php
- Timestamp:
- 06/29/2025 08:53:29 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/version.php
r60093 r60363 34 34 35 35 /** 36 * Holds the required PHP version.36 * Holds the minimum required PHP version. 37 37 * 38 38 * @global string $required_php_version … … 51 51 52 52 /** 53 * Holds the required MySQL version.53 * Holds the minimum required MySQL version. 54 54 * 55 55 * @global string $required_mysql_version
Note: See TracChangeset
for help on using the changeset viewer.