Skip to content

Commit d223b2c

Browse files
committedMar 1, 2025·
Update class-activator.php
1 parent 96c0e06 commit d223b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎includes/admin/class-activator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public static function recreate_table(
251251
$backup = true,
252252
$fields = array( 'postnumber', 'cntaccess', 'blog_id' ),
253253
$group_by_fields = array( 'postnumber', 'blog_id' )
254-
): bool|\WP_Error {
254+
) {
255255
global $wpdb;
256256

257257
$backup_table_name = ( $backup ) ? $table_name . '_backup' : $table_name . '_temp';

0 commit comments

Comments
 (0)
Please sign in to comment.