Changeset 25800
- Timestamp:
- 10/15/2013 10:06:08 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/includes/update-core.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25798 r25800 726 726 727 727 if ( $files_not_writable ) 728 return new WP_Error( 'files_not_writable', __( 'Could not copy file.' ), $ data );728 return new WP_Error( 'files_not_writable', __( 'Could not copy file.' ), $error_data ); 729 729 } 730 730 } -
trunk/src/wp-includes/version.php
r25795 r25800 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '3.7-beta2-25 795-src';7 $wp_version = '3.7-beta2-25800-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.