Skip to content

Commit aff954f

Browse files
committed
[version-control] Rebase and remove false function addition.
1 parent d56a264 commit aff954f

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
@@ -22390,23 +22390,6 @@ private function init_change_owner( $candidate_email, $transfer_type ) {
2239022390
return ! $this->is_api_error( $result );
2239122391
}
2239222392

22393-
/**
22394-
* Retrieves all module sites.
22395-
*
22396-
* @return array $all_sites
22397-
*/
22398-
public static function get_all_modules_sites() {
22399-
$all_sites = [];
22400-
22401-
foreach ( self::$_instances as $instance ) {
22402-
if ( method_exists( $instance, 'get_sites' ) ) {
22403-
$all_sites = array_merge( $all_sites, $instance->get_sites() );
22404-
}
22405-
}
22406-
22407-
return $all_sites;
22408-
}
22409-
2241022393
/**
2241122394
* Handle install ownership change.
2241222395
*

0 commit comments

Comments
 (0)