Changeset 22601 for trunk/wp-includes/version.php
- Timestamp:
- 11/15/2012 10:58:31 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r22598 r22601 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-beta3-22 598';7 $wp_version = '3.5-beta3-22601'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '357-22 589';21 $tinymce_version = '357-22601'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.