Changeset 21760 for branches/3.4/wp-includes/version.php
- Timestamp:
- 09/05/2012 01:55:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/version.php
r21710 r21760 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4.2- alpha';7 $wp_version = '3.4.2-RC1'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '349-2 0805';21 $tinymce_version = '349-21274'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.