Make WordPress Core


Ignore:
Timestamp:
10/04/2017 10:16:21 PM (6 years ago)
Author:
johnbillion
Message:

Users: Revert [41613], [41614], and [41623] as this feature needs some more work.

See #38741

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r41613 r41753  
    467467add_action( 'init', 'wp_widgets_init', 1 );
    468468
    469 // User counts
    470 foreach ( array( 'user_register', 'deleted_user' ) as $action ){
    471     add_action( $action, 'wp_update_active_user_count' );
    472 }
    473 
    474469// Admin Bar
    475470// Don't remove. Wrong way to disable.
Note: See TracChangeset for help on using the changeset viewer.