Changeset 22438 for trunk/wp-includes/version.php
- Timestamp:
- 11/07/2012 08:29:58 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r22422 r22438 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-beta2-224 07';7 $wp_version = '3.5-beta2-22438'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '356-22 252';21 $tinymce_version = '356-22438'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.