Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22917, comment 11


Ignore:
Timestamp:
01/07/2013 05:54:44 PM (12 years ago)
Author:
wpmuguru
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22917, comment 11

    initial v1  
    22
    33{{{
    4 add_action( 'wmpu_new_blog', 'wp_update_network_counts' );
    5 add_action( 'wmpu_new_user', 'wp_update_network_counts' );
     4add_action( 'wpmu_new_blog', 'wp_update_network_counts' );
     5add_action( 'wpmu_new_user', 'wp_update_network_counts' );
    66// etc.
    77}}}