Ticket #30499: define-version.patch
| File define-version.patch, 326 bytes (added by , 11 years ago) |
|---|
-
wp-includes/version.php
6 6 */ 7 7 $wp_version = '4.1-beta2-30502'; 8 8 9 if (!defined('WP_VERSION')) define('WP_VERSION', $wp_version); 10 9 11 /** 10 12 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. 11 13 *