Changeset 19991 for trunk/wp-includes/version.php
- Timestamp:
- 02/25/2012 12:01:02 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r19989 r19991 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4-alpha-199 89';7 $wp_version = '3.4-alpha-19991'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '348-199 89';21 $tinymce_version = '348-19991'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.