[wp-trac] [WordPress Trac] #22917: Missing User & Site number in Multisite

WordPress Trac noreply at wordpress.org
Mon Jan 7 17:53:09 UTC 2013


#22917: Missing User & Site number in Multisite
--------------------------+------------------
 Reporter:  vmaia         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  General       |     Version:  3.5
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------

Comment (by wpmuguru):

 right-now-liv.diff would render the caching on this mostly worthless for
 large networks with frequent user/site creation. Someone who has a small
 network that wants to have live stats can easily accomplish this with a
 small plugin

 {{{
 add_action( 'wmpu_new_blog', 'wp_update_network_counts' );
 add_action( 'wmpu_new_user', 'wp_update_network_counts' );
 // etc.
 }}}

 recommend wontfix.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22917#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list