Skip to content

Commit

Permalink
Update classes/class-admin.php
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Piotr Delawski <[email protected]>
  • Loading branch information
tharsheblows and delawski authored Aug 6, 2024
1 parent a6d2d36 commit 1cc8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public function wp_ajax_reset() {
private function erase_stream_records() {
global $wpdb;

// If this is a multisite and it's not networked activated,
// If this is a multisite and it's not network activated,
// only delete the entries from the blog which made the request.
if ( $this->plugin->is_multisite_not_network_activated() ) {

Expand Down

0 comments on commit 1cc8b85

Please sign in to comment.