Make WordPress Core


Ignore:
Timestamp:
03/03/2010 07:04:25 AM (15 years ago)
Author:
nacin
Message:

Switch the multisite constant EDIT_ANY_USER to a filter. Also ensure we're back compat with POST_BY_EMAIL. see #12381

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/wp-config.ms

    r13255 r13568  
    4141define('SITE_ID_CURRENT_SITE', 1);
    4242define('BLOGID_CURRENT_SITE', '1' );
    43 
    44 /* Uncomment to allow blog admins to edit their users. See http://trac.mu.wordpress.org/ticket/1169 */
    45 //define( "EDIT_ANY_USER", true );
    46 /* Uncomment to enable post by email options. See http://trac.mu.wordpress.org/ticket/1084 */
    47 //define( "POST_BY_EMAIL", true );
    4843
    4944/**#@+
Note: See TracChangeset for help on using the changeset viewer.