Changeset 3243
- Timestamp:
- 11/30/05 07:47:22 (3 years ago)
- Files:
-
- trunk/wp-admin/upgrade-functions.php (modified) (1 diff)
- trunk/wp-admin/upgrade-schema.php (modified) (1 diff)
- trunk/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/upgrade-functions.php
r3199 r3243 31 31 } 32 32 33 if ( $wp_current_db_version < 3 199)33 if ( $wp_current_db_version < 3243 ) 34 34 upgrade_160(); 35 35 trunk/wp-admin/upgrade-schema.php
r3223 r3243 308 308 $role->add_cap('upload_files'); 309 309 $role->add_cap('edit_posts'); 310 $role->add_cap('edit_published_posts'); 310 311 $role->add_cap('publish_posts'); 311 312 $role->add_cap('read'); trunk/wp-includes/version.php
r3230 r3243 4 4 5 5 $wp_version = '2.0-RC1'; 6 $wp_db_version = 3 199;6 $wp_db_version = 3243; 7 7 8 8 ?>
