Changeset 27529 for trunk/src/wp-includes/version.php
- Timestamp:
- 03/13/2014 11:15:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/version.php
r27501 r27529 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.9-beta1-275 01-src';7 $wp_version = '3.9-beta1-27528-src'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '4018-201403 04';21 $tinymce_version = '4018-20140313'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.