diff --git a/serbian-transliteration.php b/serbian-transliteration.php index c3519ba..a29eb21 100644 --- a/serbian-transliteration.php +++ b/serbian-transliteration.php @@ -208,7 +208,7 @@ function rstr_render_network_settings() { do { $batch = get_sites(array( 'number' => $number, - 'paged' => $paged, + 'offset' => ($paged - 1) * $number, 'fields' => 'all', )); if (empty($batch)) { @@ -443,4 +443,4 @@ function get_rstr_option($name = false, $default = null) * Now go. Code boldly, deploy confidently—and maybe, just maybe, * reward yourself with those cookies I promised. 🍪 You’ve earned them. *************************************************************************************************************************/ - \ No newline at end of file +