Changeset 21269 for trunk/wp-includes/version.php
- Timestamp:
- 07/13/2012 12:58:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r21255 r21269 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-alpha-212 55';7 $wp_version = '3.5-alpha-21269'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '3541-212 55';21 $tinymce_version = '3541-21269'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.