Changeset 23143 for trunk/wp-includes/version.php
- Timestamp:
- 12/10/2012 02:38:50 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r23141 r23143 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.5-RC5-2314 1';7 $wp_version = '3.5-RC5-23143'; 8 8 9 9 /** … … 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '358-231 21';21 $tinymce_version = '358-23143'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.