- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-includes/version.php
r24972 r25358 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.6 ';7 $wp_version = '3.6.1'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '358-2 4485';21 $tinymce_version = '358-25336'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.