Ticket #46653: #46653.patch
| File #46653.patch, 916 bytes (added by , 7 years ago) |
|---|
-
wp-settings.php
36 36 * we're including version.php from another installation and don't want 37 37 * these values to be overridden if already set. 38 38 */ 39 40 /** 41 * These can't be directly globalized in version.php. When updating, 42 * we're including version.php from another installation and don't want 43 * these values to be overridden if already set. 44 * 45 * @global string $wp_version 46 * @global string $wp_db_version 47 * @global string $tinymce_version 48 * @global string $required_php_version 49 * @global string $required_mysql_version 50 * @global string $wp_local_package 51 */ 39 52 global $wp_version, $wp_db_version, $tinymce_version, $required_php_version, $required_mysql_version, $wp_local_package; 40 53 require( ABSPATH . WPINC . '/version.php' ); 41 54