Changeset 21879 for trunk/wp-includes/version.php
- Timestamp:
- 09/17/2012 12:59:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r21823 r21879 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-alpha-21 751';7 $wp_version = '3.5-alpha-21879'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '356-21 580';21 $tinymce_version = '356-21879'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.