Make WordPress Core

Changeset 12606


Ignore:
Timestamp:
01/06/2010 08:05:44 PM (17 years ago)
Author:
ryan
Message:

Fix deprecate spelling. Props filosofo. fixes #11758

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-settings.php

    r12605 r12606  
    33        return;
    44
    5 // depreciated
     5// deprecated
    66$wpmuBaseTablePrefix = $table_prefix;
    77
  • trunk/wp-signup.php

    r12605 r12606  
    203203
    204204        $public = (int) $_POST['blog_public'];
    205         $meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // depreciated
     205        $meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // deprecated
    206206        $meta = apply_filters( "add_signup_meta", $meta );
    207207
Note: See TracChangeset for help on using the changeset viewer.