Skip to content

Commit 522f0e1

Browse files
committed
[version-control] Rebase and remove false function addition.
1 parent f4a6e68 commit 522f0e1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

includes/class-freemius.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22450,23 +22450,6 @@ private function init_change_owner( $candidate_email, $transfer_type ) {
2245022450
return ! $this->is_api_error( $result );
2245122451
}
2245222452

22453-
/**
22454-
* Retrieves all module sites.
22455-
*
22456-
* @return array $all_sites
22457-
*/
22458-
public static function get_all_modules_sites() {
22459-
$all_sites = [];
22460-
22461-
foreach ( self::$_instances as $instance ) {
22462-
if ( method_exists( $instance, 'get_sites' ) ) {
22463-
$all_sites = array_merge( $all_sites, $instance->get_sites() );
22464-
}
22465-
}
22466-
22467-
return $all_sites;
22468-
}
22469-
2247022453
/**
2247122454
* Handle install ownership change.
2247222455
*

0 commit comments

Comments
 (0)