- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-includes/version.php
r33647 r34199 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.3 -src';7 $wp_version = '4.3.1-src'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '420 3-20150730';21 $tinymce_version = '4205-20150910'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.