Changeset 19978 for trunk/wp-includes/version.php
- Timestamp:
- 02/22/2012 03:15:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r19972 r19978 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4-alpha-1997 2';7 $wp_version = '3.4-alpha-19978'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '348-199 53';21 $tinymce_version = '348-19978'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.