Changeset 41613 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/27/2017 01:03:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r41361 r41613 467 467 add_action( 'init', 'wp_widgets_init', 1 ); 468 468 469 // User counts 470 foreach ( array( 'user_register', 'deleted_user' ) as $action ){ 471 add_action( $action, 'wp_update_active_user_count' ); 472 } 473 469 474 // Admin Bar 470 475 // Don't remove. Wrong way to disable.
Note: See TracChangeset
for help on using the changeset viewer.