Changeset 22589 for trunk/wp-includes/version.php
- Timestamp:
- 11/15/2012 12:58:36 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r22585 r22589 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-beta3-2258 4';7 $wp_version = '3.5-beta3-22589'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '357-225 72';21 $tinymce_version = '357-22589'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.