Changes in trunk/wp-admin/includes/schema.php [14998:15227]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r14998 r15227 315 315 'embed_size_w' => '', 316 316 'embed_size_h' => 600, 317 318 // 3.0 319 'page_for_posts' => 0, 320 'page_on_front' => 0, 317 321 ); 318 322 … … 614 618 $role->add_cap( 'edit_theme_options' ); 615 619 $role->add_cap( 'delete_themes' ); 620 $role->add_cap( 'export' ); 616 621 } 617 622 } … … 738 743 $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads'; 739 744 update_option( 'upload_path', $upload_path ); 740 update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );741 745 } 746 update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path ); 742 747 } 743 748
Note: See TracChangeset
for help on using the changeset viewer.