Changeset 13564
- Timestamp:
- 03/02/2010 10:57:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r13311 r13564 700 700 'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ), 701 701 // @todo - network admins should have a method of editing the network siteurl (used for cookie hash) 702 'siteurl' => get_option( 'siteurl' ) 702 'siteurl' => get_option( 'siteurl' ), 703 'add_new_users' => '0' 703 704 ); 704 705
Note: See TracChangeset
for help on using the changeset viewer.