Changes between Initial Version and Version 1 of Ticket #22917, comment 11
- Timestamp:
- 01/07/2013 05:54:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22917, comment 11
initial v1 2 2 3 3 {{{ 4 add_action( 'w mpu_new_blog', 'wp_update_network_counts' );5 add_action( 'w mpu_new_user', 'wp_update_network_counts' );4 add_action( 'wpmu_new_blog', 'wp_update_network_counts' ); 5 add_action( 'wpmu_new_user', 'wp_update_network_counts' ); 6 6 // etc. 7 7 }}}