Changeset 23224
- Timestamp:
- 12/27/2012 11:21:32 PM (12 years ago)
- Location:
- branches/3.5/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/version.php
r23181 r23224 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5.1-alpha ';7 $wp_version = '3.5.1-alpha-23224'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '358-23 156';21 $tinymce_version = '358-23224'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.