Changeset 47230 for trunk/src/wp-includes/version.php
- Timestamp:
- 02/10/2020 03:28:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/version.php
r47018 r47230 10 10 11 11 /** 12 * The WordPress version string 12 * The WordPress version string. 13 13 * 14 14 * @global string $wp_version … … 24 24 25 25 /** 26 * Holds the TinyMCE version 26 * Holds the TinyMCE version. 27 27 * 28 28 * @global string $tinymce_version … … 31 31 32 32 /** 33 * Holds the required PHP version 33 * Holds the required PHP version. 34 34 * 35 35 * @global string $required_php_version … … 38 38 39 39 /** 40 * Holds the required MySQL version 40 * Holds the required MySQL version. 41 41 * 42 42 * @global string $required_mysql_version
Note: See TracChangeset
for help on using the changeset viewer.