Changeset 12606
- Timestamp:
- 01/06/2010 08:05:44 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-includes/ms-settings.php (modified) (1 diff)
-
wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-settings.php
r12605 r12606 3 3 return; 4 4 5 // deprec iated5 // deprecated 6 6 $wpmuBaseTablePrefix = $table_prefix; 7 7 -
trunk/wp-signup.php
r12605 r12606 203 203 204 204 $public = (int) $_POST['blog_public']; 205 $meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // deprec iated205 $meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // deprecated 206 206 $meta = apply_filters( "add_signup_meta", $meta ); 207 207
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)