Changeset 20014 for trunk/wp-includes/version.php
- Timestamp:
- 02/28/2012 02:18:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r19998 r20014 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.4-alpha- 19998';7 $wp_version = '3.4-alpha-20014'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '348- 19998';21 $tinymce_version = '348-20014'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.