Changes between Initial Version and Version 1 of Ticket #46351, comment 5
- Timestamp:
- 03/04/2019 03:50:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46351, comment 5
initial v1 6 6 7 7 {{{#!php 8 <?php 8 9 remove_action( 'populate_options', array( $this, 'wpmu_new_blog_callback' ), 10 ); 9 10 }}} … … 12 13 13 14 {{{#!php 15 <?php 14 16 remove_action( 'wpmu_new_blog', array( $this, 'wpmu_new_blog_callback' ), 10 ); 15 17 }}}