Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46351, comment 5


Ignore:
Timestamp:
03/04/2019 03:50:35 PM (6 years ago)
Author:
pbiron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46351, comment 5

    initial v1  
    66
    77{{{#!php
     8<?php
    89remove_action( 'populate_options', array( $this, 'wpmu_new_blog_callback' ), 10 );
    910}}}
     
    1213
    1314{{{#!php
     15<?php
    1416remove_action( 'wpmu_new_blog', array( $this, 'wpmu_new_blog_callback' ), 10 );
    1517}}}