Changeset 27628 for trunk/src/wp-includes/version.php
- Timestamp:
- 03/20/2014 12:47:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/version.php
r27616 r27628 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.9-beta1-276 15-src';7 $wp_version = '3.9-beta1-27628-src'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '4020-20140319 ';21 $tinymce_version = '4020-20140319a'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.